summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-06-19 22:17:30 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-06-19 22:17:30 (GMT)
commit4b4b673eae86c4ac001a46f22a17330a0f11b42d (patch)
tree247318262a83491d9f558998c8343d56888294c7 /Makefile.pre.in
parent8ae34b46c74fec60832310c9bd0a65db7f743966 (diff)
downloadcpython-4b4b673eae86c4ac001a46f22a17330a0f11b42d.zip
cpython-4b4b673eae86c4ac001a46f22a17330a0f11b42d.tar.gz
cpython-4b4b673eae86c4ac001a46f22a17330a0f11b42d.tar.bz2
remove duplicate -I
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 1a06d3e..8ed1590 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 -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
+PY_CPPFLAGS= -I. -IInclude $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
NO_AS_NEEDED= @NO_AS_NEEDED@
LDLAST= @LDLAST@