Commit e52b943f authored by Marc G. Fournier's avatar Marc G. Fournier

Missed an -I directive

parent b2f2e031
......@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/Makefile.in,v 1.3 1997/04/26 05:04:55 scrappy Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/Makefile.in,v 1.4 1997/04/26 06:13:31 scrappy Exp $
#
#-------------------------------------------------------------------------
......@@ -16,6 +16,8 @@ include ../../Makefile.global
OBJS= pg_dump.o common.o @STRDUP@
CFLAGS+= -I$(LIBPQDIR)
all: submake pg_dump
pg_dump: $(OBJS) $(LIBPQDIR)/libpq.a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment