From: Benjamin Peterson Date: Sun, 19 Jun 2011 22:17:30 +0000 (-0500) Subject: remove duplicate -I X-Git-Tag: v3.3.0a1~2091 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b4b673eae86c4ac001a46f22a17330a0f11b42d;p=python remove duplicate -I --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 1a06d3ef75..8ed1590d91 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@