mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
Fix for vpath builds.
This commit is contained in:
parent
4fb9aa43f6
commit
b1ea9811b3
@ -7,7 +7,7 @@
|
|||||||
# with broken/missing library files.
|
# with broken/missing library files.
|
||||||
|
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $PostgreSQL: pgsql/src/port/Makefile,v 1.12 2004/05/21 20:56:50 tgl Exp $
|
# $PostgreSQL: pgsql/src/port/Makefile,v 1.13 2004/05/22 02:15:08 tgl Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -15,6 +15,8 @@ subdir = src/port
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
|
override CPPFLAGS := -I$(top_builddir)/src/port $(CPPFLAGS)
|
||||||
|
|
||||||
ifdef LIBOBJS
|
ifdef LIBOBJS
|
||||||
all: libpgport.a
|
all: libpgport.a
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user