git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1032445)
Make sure the build tree is before the source tree in the include path.
2001年7月15日 11:20:01 +0000 (11:20 +0000)
2001年7月15日 11:20:01 +0000 (11:20 +0000)

diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index a9cbabe0b3896bccf6f580a7ef2d603232fcc62f..a447d4e87c3e4a070f18f42d59b03882f5a9604e 100644 (file)
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.130 2001年07月10日 16:33:01 petere Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.131 2001年07月15日 11:20:01 petere Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -146,7 +146,10 @@ DOCBOOKSTYLE = @DOCBOOKSTYLE@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
-override CPPFLAGS := $(sort -I$(top_srcdir)/src/include -I$(top_builddir)/src/include) $(CPPFLAGS)
+override CPPFLAGS := -I$(top_srcdir)/src/include $(CPPFLAGS)
+ifdef VPATH
+override CPPFLAGS := -I$(top_builddir)/src/include $(CPPFLAGS)
+endif
CC = @CC@
GCC = @GCC@
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /