Skip to content

Commit a2ba9a7

Browse files
committed
Remove retest Makefile entry because it does not compile.
1 parent 8f6b96d commit a2ba9a7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/backend/regex/Makefile

Lines changed: 6 additions & 3 deletions
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.18 2002/09/03 21:45:42 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/regex/Makefile,v 1.19 2002/09/16 16:02:43 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -24,8 +24,11 @@ SUBSYS.o: $(OBJS)
2424

2525
regexec.o: regexec.c engine.c
2626

27-
retest: retest.o SUBSYS.o $(DEBUGOBJ)
28-
$(CC) $(CFLAGS) $(LDFLAGS) $^ $(LIBS) -o $@
27+
# retest will not compile because multibyte is now enabled by default
28+
# and the multibyte calls require /mmgr, /adt, and other calls that
29+
# are complex for linkage, bjm 2002-09-16
30+
#retest: retest.o SUBSYS.o $(DEBUGOBJ)
31+
# $(CC) $(CFLAGS) $(LDFLAGS) $^ $(LIBS) -o $@
2932

3033
clean:
3134
rm -f SUBSYS.o $(OBJS) retest retest.o

0 commit comments

Comments
 (0)