diff options
author | Bruce Momjian | 2002-09-16 16:02:43 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-09-16 16:02:43 +0000 |
commit | e7f5b40add21895febc81c5efec32135fa5e3f84 (patch) | |
tree | 4e963992766e4c4298b6affd4ac0b5591284a6c8 | |
parent | 8de53a241e14604eee1b726d9d6e71c7b84186b4 (diff) |
Remove retest Makefile entry because it does not compile.
-rw-r--r-- | src/backend/regex/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/backend/regex/Makefile b/src/backend/regex/Makefile index 47466a3fc5..603c6b2055 100644 --- a/src/backend/regex/Makefile +++ b/src/backend/regex/Makefile @@ -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 |