From be725fdddba5fe7d9dd233f0f003118024b3d7d3 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 28 Aug 1996 14:27:24 +0000 Subject: Fix paths to match python1.4 installation. --- Misc/gMakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/gMakefile b/Misc/gMakefile index 3e2d19c..e15f9b7 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 -- cgit v0.12