We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8f6b96d commita2ba9a7Copy full SHA for a2ba9a7
src/backend/regex/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for regex
5
#
6
# IDENTIFICATION
7
-# $Header: /cvsroot/pgsql/src/backend/regex/Makefile,v 1.18 2002/09/03 21:45:42 petere Exp $
+# $Header: /cvsroot/pgsql/src/backend/regex/Makefile,v 1.19 2002/09/16 16:02:43 momjian Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -24,8 +24,11 @@ SUBSYS.o: $(OBJS)
24
25
regexec.o: regexec.c engine.c
26
27
-retest: retest.o SUBSYS.o$(DEBUGOBJ)
28
-$(CC)$(CFLAGS)$(LDFLAGS)$^$(LIBS) -o$@
+# retest will not compile because multibyte is now enabled by default
+# 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 $@
32
33
clean:
34
rm -f SUBSYS.o$(OBJS) retest retest.o