We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb9aa4 commit b1ea981Copy full SHA for b1ea981
src/port/Makefile
@@ -7,14 +7,16 @@
7
# with broken/missing library files.
8
9
# IDENTIFICATION
10
-# $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 $
11
#
12
#-------------------------------------------------------------------------
13
14
subdir = src/port
15
top_builddir = ../..
16
include $(top_builddir)/src/Makefile.global
17
18
+override CPPFLAGS := -I$(top_builddir)/src/port $(CPPFLAGS)
19
+
20
ifdef LIBOBJS
21
all: libpgport.a
22
endif
0 commit comments