Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf03b7ba

Browse files
committed
Add dependency for regexec.c
1 parent62d62e7 commitf03b7ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/regex/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for regex
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/regex/Makefile,v 1.16 2000/11/30 20:36:10 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/regex/Makefile,v 1.17 2001/10/04 04:16:16 ishii Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -27,6 +27,8 @@ all: SUBSYS.o
2727
SUBSYS.o:$(OBJS)
2828
$(LD)$(LDREL)$(LDOUT) SUBSYS.o$(OBJS)
2929

30+
regexec.o: regexec.c engine.c
31+
3032
retest: retest.o SUBSYS.o$(DEBUGOBJ)
3133
$(CC)$(CFLAGS)$(LDFLAGS)$^$(LIBS) -o$@
3234

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp