projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c317bdc
)
Fix for <machine.h> bug
author
Marc G. Fournier
<
[email protected]
>
Wed, 31 Jul 1996 17:35:13 +0000
(17:35 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Wed, 31 Jul 1996 17:35:13 +0000
(17:35 +0000)
Submitted by: Bruce
src/bin/pg_dump/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/Makefile
b/src/bin/pg_dump/Makefile
index 41c4d9ed373aae3e2759e818ad8c54b547695198..91f0ce0dadbd986ebebe762410b098e4e18c3691 100644
(file)
--- a/
src/bin/pg_dump/Makefile
+++ b/
src/bin/pg_dump/Makefile
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $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 $
#
#-------------------------------------------------------------------------
@@
-16,7
+16,7
@@
PROG= pg_dump
MKDIR= ../../mk
include $(MKDIR)/postgres.mk
include ../Makefile.global
-
+CFLAGS += -I ../../backend/port/$(PORTNAME)
SRCS= pg_dump.c common.c
include $(MKDIR)/postgres.prog.mk