summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-13 12:40:51 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-09-13 12:40:51 (GMT)
commitb2317a4d9d7c94f5026a07c48118b58500ac1e79 (patch)
tree2af71d5d1fbea3ff9dad0af43b30d2371a6505d1 /Makefile.pre.in
parented9c0706cf29efafdea39043c78260e404a16c8f (diff)
parent134192630a28d6ae6c2a256f95a44a2dd3c65388 (diff)
downloadcpython-b2317a4d9d7c94f5026a07c48118b58500ac1e79.zip
cpython-b2317a4d9d7c94f5026a07c48118b58500ac1e79.tar.gz
cpython-b2317a4d9d7c94f5026a07c48118b58500ac1e79.tar.bz2
Issue #15819: Merge include search from 3.5 into 3.6
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index cffb1a1..3ddeedf 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -94,7 +94,7 @@ PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST)
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
# be able to build extension modules using the directories specified in the
# environment variables
-PY_CPPFLAGS= $(BASECPPFLAGS) -I. -IInclude -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
+PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
NO_AS_NEEDED= @NO_AS_NEEDED@
LDLAST= @LDLAST@