diff options
Diffstat (limited to 'src/bin/pg_dump/Makefile')
-rw-r--r-- | src/bin/pg_dump/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/pg_dump/Makefile b/src/bin/pg_dump/Makefile index 441c4137ee3..b4847d42742 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.5 1996/07/31 18:59:00 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.6 1996/10/31 05:56:01 momjian Exp $ # #------------------------------------------------------------------------- @@ -17,6 +17,8 @@ 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 |