]> granicus.if.org Git - python/commitdiff
remove duplicate -I
authorBenjamin Peterson <benjamin@python.org>
Sun, 19 Jun 2011 22:17:30 +0000 (17:17 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 19 Jun 2011 22:17:30 +0000 (17:17 -0500)
Makefile.pre.in

index 1a06d3ef75aca73edb0b5c09ad5ae943506c2837..8ed1590d912ea81bb82f8d082d5e3d8661820bda 100644 (file)
@@ -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@