mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Missed an -I directive
This commit is contained in:
parent
b2f2e0316e
commit
e52b943fdb
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/Makefile.in,v 1.3 1997/04/26 05:04:55 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/Makefile.in,v 1.4 1997/04/26 06:13:31 scrappy Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -16,6 +16,8 @@ include ../../Makefile.global
|
|||||||
|
|
||||||
OBJS= pg_dump.o common.o @STRDUP@
|
OBJS= pg_dump.o common.o @STRDUP@
|
||||||
|
|
||||||
|
CFLAGS+= -I$(LIBPQDIR)
|
||||||
|
|
||||||
all: submake pg_dump
|
all: submake pg_dump
|
||||||
|
|
||||||
pg_dump: $(OBJS) $(LIBPQDIR)/libpq.a
|
pg_dump: $(OBJS) $(LIBPQDIR)/libpq.a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user