1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Fix for \z formatting from Tom Lane.

This commit is contained in:
Bruce Momjian
1998-09-21 02:25:29 +00:00
parent 4b048fbfaa
commit 25a64f7519
5 changed files with 72 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ uninstall:
# Rule that really do something.
ecpg: $(OBJ)
$(CC) -o ecpg $(OBJ) $(LEXLIB)
$(CC) -o ecpg $(OBJ) $(LEXLIB) $(LDFLAGS)
y.tab.h y.tab.c: preproc.y
$(YACC) $(YFLAGS) $<