提交 a2ba9a76 编写于 作者: B Bruce Momjian

Remove retest Makefile entry because it does not compile.

上级 8f6b96de
......@@ -4,7 +4,7 @@
# Makefile for regex
#
# IDENTIFICATION
# $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 $
#
#-------------------------------------------------------------------------
......@@ -24,8 +24,11 @@ SUBSYS.o: $(OBJS)
regexec.o: regexec.c engine.c
retest: retest.o SUBSYS.o $(DEBUGOBJ)
$(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
# are complex for linkage, bjm 2002-09-16
#retest: retest.o SUBSYS.o $(DEBUGOBJ)
# $(CC) $(CFLAGS) $(LDFLAGS) $^ $(LIBS) -o $@
clean:
rm -f SUBSYS.o $(OBJS) retest retest.o
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册