diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-28 14:26:39 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-28 14:26:39 (GMT) |
commit | e4a51e6543e18a004735e75344009b832134db6e (patch) | |
tree | 5bf0070b6849bdb6e8a0a8e392ace4ebf1f2f26a /Makefile.pre.in | |
parent | 4a1ec129996c730556ad9fe9d92062b4ba5dadfc (diff) | |
download | cpython-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.in | 2 |
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@ |