From: Guido van Rossum Date: Wed, 28 Aug 1996 14:27:24 +0000 (+0000) Subject: Fix paths to match python1.4 installation. X-Git-Tag: v1.4~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be725fdddba5fe7d9dd233f0f003118024b3d7d3;p=thirdparty%2FPython%2Fcpython.git Fix paths to match python1.4 installation. --- diff --git a/Misc/gMakefile b/Misc/gMakefile index 3e2d19c4ecf0..e15f9b7b683c 100644 --- a/Misc/gMakefile +++ b/Misc/gMakefile @@ -12,9 +12,9 @@ pyinstalldir= $(PYTHONHOME) installdir= $(PYTHONHOME) exec_installdir=$(pyinstalldir) -INCLUDEPY= $(pyinstalldir)/include/Py +INCLUDEPY= $(pyinstalldir)/include/python1.4 LIBP= $(exec_installdir)/lib/python -LIBPL= $(LIBP)/lib +LIBPL= $(LIBP)/config PYMAKE= make -f $(LIBPL)/Makefile # LIBSO is the location of platform-dependent dynamically linked