From: Guido van Rossum Date: Wed, 28 Aug 1996 14:28:51 +0000 (+0000) Subject: Fix paths to match python1.4 installation. X-Git-Tag: v1.4~334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7629bbc73c15ce954e638fb51178c984bc85c720;p=thirdparty%2FPython%2Fcpython.git Fix paths to match python1.4 installation. (Forgot LIBP) --- diff --git a/Misc/gMakefile b/Misc/gMakefile index e15f9b7b683c..b5bf292d9dad 100644 --- a/Misc/gMakefile +++ b/Misc/gMakefile @@ -13,7 +13,7 @@ pyinstalldir= $(PYTHONHOME) installdir= $(PYTHONHOME) exec_installdir=$(pyinstalldir) INCLUDEPY= $(pyinstalldir)/include/python1.4 -LIBP= $(exec_installdir)/lib/python +LIBP= $(exec_installdir)/lib/python1.4 LIBPL= $(LIBP)/config PYMAKE= make -f $(LIBPL)/Makefile