We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f2e03 commit e52b943Copy full SHA for e52b943
src/bin/pg_dump/Makefile.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
@@ -16,6 +16,8 @@ include ../../Makefile.global
16
17
OBJS= pg_dump.o common.o @STRDUP@
18
19
+CFLAGS+= -I$(LIBPQDIR)
20
+
21
all: submake pg_dump
22
23
pg_dump: $(OBJS) $(LIBPQDIR)/libpq.a
0 commit comments