Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6102553

Browse files
committed
Make sure the build tree is before the source tree in the include path.
1 parent1032445 commit6102553

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎src/Makefile.global.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-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 $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -146,7 +146,10 @@ DOCBOOKSTYLE= @DOCBOOKSTYLE@
146146

147147
CPP = @CPP@
148148
CPPFLAGS = @CPPFLAGS@
149-
overrideCPPFLAGS :=$(sort -I$(top_srcdir)/src/include -I$(top_builddir)/src/include)$(CPPFLAGS)
149+
overrideCPPFLAGS := -I$(top_srcdir)/src/include$(CPPFLAGS)
150+
ifdefVPATH
151+
overrideCPPFLAGS := -I$(top_builddir)/src/include$(CPPFLAGS)
152+
endif
150153

151154
CC = @CC@
152155
GCC = @GCC@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp