]> granicus.if.org Git - python/commitdiff
The directory containing config.h has changed.
authorGuido van Rossum <guido@python.org>
Sun, 5 Oct 1997 03:01:28 +0000 (03:01 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 5 Oct 1997 03:01:28 +0000 (03:01 +0000)
Misc/Makefile.pre.in

index 31d491ddcbbc0f140c6243f8d05b5de2ad77c081..e3ad693afcfb65fa1273a4a96f5e8a4c36cbf976 100644 (file)
@@ -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