Fix for <machine.h> bug

Submitted by: Bruce
Release_1_0_3
Marc G. Fournier 30 years ago
parent c317bdc9fd
commit 7d2000e3a7
  1. 4
      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

Loading…
Cancel
Save