File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# -*-makefile-*-
2
- # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.130 2001/07/10 16:33 :01 petere Exp $
2
+ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.131 2001/07/15 11:20 :01 petere Exp $
3
3
4
4
# ------------------------------------------------------------------------------
5
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -146,7 +146,10 @@ DOCBOOKSTYLE = @DOCBOOKSTYLE@
146
146
147
147
CPP = @CPP@
148
148
CPPFLAGS = @CPPFLAGS@
149
- override CPPFLAGS := $(sort -I$(top_srcdir ) /src/include -I$(top_builddir ) /src/include) $(CPPFLAGS )
149
+ override CPPFLAGS := -I$(top_srcdir ) /src/include $(CPPFLAGS )
150
+ ifdef VPATH
151
+ override CPPFLAGS := -I$(top_builddir ) /src/include $(CPPFLAGS )
152
+ endif
150
153
151
154
CC = @CC@
152
155
GCC = @GCC@
You can’t perform that action at this time.
0 commit comments