diff --git a/Misc/gMakefile b/Misc/gMakefile index e15f9b7b683..b5bf292d9da 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