summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/gMakefile2
1 files changed, 1 insertions, 1 deletions
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