diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-31 17:35:13 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-31 17:35:13 +0000 |
commit | 7d2000e3a759bb5486eb4d80fb368a0c4b5c814f (patch) | |
tree | bc76e65a311bdba6d46eb9faded1be8feccbca4f | |
parent | c317bdc9fd024e852104273ef74a132625cd7bb5 (diff) | |
download | postgresql-7d2000e3a759bb5486eb4d80fb368a0c4b5c814f.tar.gz postgresql-7d2000e3a759bb5486eb4d80fb368a0c4b5c814f.zip |
Fix for <machine.h> bug
Submitted by: Bruce
-rw-r--r-- | src/bin/pg_dump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/Makefile b/src/bin/pg_dump/Makefile index 41c4d9ed373..91f0ce0dadb 100644 --- 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 |