File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for regex
5
5
#
6
6
# 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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -24,8 +24,11 @@ SUBSYS.o: $(OBJS)
24
24
25
25
regexec.o : regexec.c engine.c
26
26
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 $@
29
32
30
33
clean :
31
34
rm -f SUBSYS.o $(OBJS ) retest retest.o
You can’t perform that action at this time.
0 commit comments