changeset: 103760:2ac00ff072b8 parent: 103756:fbe29ca8192b parent: 103759:a90daae58323 user: Martin Panter date: Tue Sep 13 13:04:41 2016 +0000 files: Misc/NEWS description: Issue #15819: Merge include search from 3.6 diff -r fbe29ca8192b -r 2ac00ff072b8 Makefile.pre.in --- a/Makefile.pre.in Tue Sep 13 13:27:41 2016 +0200 +++ b/Makefile.pre.in Tue Sep 13 13:04:41 2016 +0000 @@ -94,7 +94,7 @@ # 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@ diff -r fbe29ca8192b -r 2ac00ff072b8 Misc/NEWS --- a/Misc/NEWS Tue Sep 13 13:27:41 2016 +0200 +++ b/Misc/NEWS Tue Sep 13 13:04:41 2016 +0000 @@ -13,6 +13,12 @@ Library ------- +Build +----- + +- Issue #15819: Remove redundant include search directory option for building + outside the source tree. + Tools/Demos -----------