Fix paths to match python1.4 installation.
(Forgot LIBP)
diff --git a/Misc/gMakefile b/Misc/gMakefile
index e15f9b7..b5bf292 100644
--- a/Misc/gMakefile
+++ b/Misc/gMakefile
@@ -13,7 +13,7 @@
 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