Commit 7d2000e3 authored by Marc G. Fournier's avatar Marc G. Fournier

Fix for <machine.h> bug

Submitted by: Bruce
parent c317bdc9
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 ...@@ -16,7 +16,7 @@ PROG= pg_dump
MKDIR= ../../mk MKDIR= ../../mk
include $(MKDIR)/postgres.mk include $(MKDIR)/postgres.mk
include ../Makefile.global include ../Makefile.global
CFLAGS += -I ../../backend/port/$(PORTNAME)
SRCS= pg_dump.c common.c SRCS= pg_dump.c common.c
include $(MKDIR)/postgres.prog.mk include $(MKDIR)/postgres.prog.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment