summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-06-28 14:26:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-06-28 14:26:39 (GMT)
commite4a51e6543e18a004735e75344009b832134db6e (patch)
tree5bf0070b6849bdb6e8a0a8e392ace4ebf1f2f26a /Makefile.pre.in
parent4a1ec129996c730556ad9fe9d92062b4ba5dadfc (diff)
downloadcpython-e4a51e6543e18a004735e75344009b832134db6e.zip
cpython-e4a51e6543e18a004735e75344009b832134db6e.tar.gz
cpython-e4a51e6543e18a004735e75344009b832134db6e.tar.bz2
use the Include in srcdir
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 99df1c1..300a668 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -73,7 +73,7 @@ PY_CFLAGS= $(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
# 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= -I. -IInclude $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
+PY_CPPFLAGS= -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
NO_AS_NEEDED= @NO_AS_NEEDED@
LDLAST= @LDLAST@