From: Guido van Rossum Date: Sun, 5 Oct 1997 03:01:28 +0000 (+0000) Subject: The directory containing config.h has changed. X-Git-Tag: v1.5a4~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=474ba3bd46648ae9f7b87aa0abcf20e10df7a78c;p=thirdparty%2FPython%2Fcpython.git The directory containing config.h has changed. --- diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index 31d491ddcbbc..e3ad693afcfb 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