diff options
author | Guido van Rossum <guido@python.org> | 1997-10-05 03:01:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-05 03:01:28 (GMT) |
commit | 474ba3bd46648ae9f7b87aa0abcf20e10df7a78c (patch) | |
tree | c8045dba6bdcec481c71dfb2f00efaa349c690ef /Misc | |
parent | 6af6d3511e21ee0145fddb80abece7d36fd3a2ac (diff) | |
download | cpython-474ba3bd46648ae9f7b87aa0abcf20e10df7a78c.zip cpython-474ba3bd46648ae9f7b87aa0abcf20e10df7a78c.tar.gz cpython-474ba3bd46648ae9f7b87aa0abcf20e10df7a78c.tar.bz2 |
The directory containing config.h has changed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index 31d491d..e3ad693 100644 --- a/Misc/Makefile.pre.in +++ b/Misc/Makefile.pre.in @@ -95,7 +95,7 @@ TARGET= python PYTHON= python # Add more -I and -D options here -CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(LIBPL) $(DEFS) +CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS) # These two variables can be set in Setup to merge extensions. # See example[23]. @@ -148,6 +148,7 @@ SCRIPTDIR= $(prefix)/lib BINLIBDEST= $(LIBDIR)/python$(VERSION) LIBDEST= $(SCRIPTDIR)/python$(VERSION) INCLUDEPY= $(INCLUDEDIR)/python$(VERSION) +EXECINCLUDEPY= $(exec_installdir)/include/python$(VERSION) LIBP= $(exec_installdir)/lib/python$(VERSION) DESTSHARED= $(BINLIBDEST)/site-packages |