From 7629bbc73c15ce954e638fb51178c984bc85c720 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 28 Aug 1996 14:28:51 +0000 Subject: Fix paths to match python1.4 installation. (Forgot LIBP) --- Misc/gMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/gMakefile b/Misc/gMakefile index e15f9b7..b5bf292 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 -- cgit v0.12