We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c317bdc commit 7d2000eCopy full SHA for 7d2000e
src/bin/pg_dump/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.3 1996/07/22 08:36:57 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.4 1996/07/31 17:35:13 scrappy Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -16,7 +16,7 @@ PROG= pg_dump
16
MKDIR= ../../mk
17
include $(MKDIR)/postgres.mk
18
include ../Makefile.global
19
-
+CFLAGS += -I ../../backend/port/$(PORTNAME)
20
SRCS= pg_dump.c common.c
21
22
include $(MKDIR)/postgres.prog.mk
0 commit comments