1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

A few minor mods:

gram.c updated
	scan.c updated
	ecpg/Makefile added LDFLAGS
	configure requires sfio for those systems with it installed...
This commit is contained in:
Marc G. Fournier
1998-04-17 03:06:35 +00:00
parent 19d41d4438
commit 83fd305f78
5 changed files with 293 additions and 249 deletions

View File

@@ -25,7 +25,7 @@ dep depend:
# Rule that really do something.
ecpg: y.tab.o pgc.o type.o ecpg.o ../lib/typename.o
$(CC) -o ecpg y.tab.o pgc.o type.o ecpg.o ../lib/typename.o $(LEXLIB)
$(CC) -o ecpg y.tab.o pgc.o type.o ecpg.o ../lib/typename.o $(LEXLIB) $(LDFLAGS)
y.tab.h y.tab.c: preproc.y
$(YACC) $(YFLAGS) $<