Skip to content

Commit b1ea981

Browse files
committed
Fix for vpath builds.
1 parent 4fb9aa4 commit b1ea981

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/port/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
# with broken/missing library files.
88

99
# IDENTIFICATION
10-
# $PostgreSQL: pgsql/src/port/Makefile,v 1.12 2004/05/21 20:56:50 tgl Exp $
10+
# $PostgreSQL: pgsql/src/port/Makefile,v 1.13 2004/05/22 02:15:08 tgl Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

1414
subdir = src/port
1515
top_builddir = ../..
1616
include $(top_builddir)/src/Makefile.global
1717

18+
override CPPFLAGS := -I$(top_builddir)/src/port $(CPPFLAGS)
19+
1820
ifdef LIBOBJS
1921
all: libpgport.a
2022
endif

0 commit comments

Comments
 (0)