]> granicus.if.org Git - python/commitdiff
Fix paths to match python1.4 installation.
authorGuido van Rossum <guido@python.org>
Wed, 28 Aug 1996 14:28:51 +0000 (14:28 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 28 Aug 1996 14:28:51 +0000 (14:28 +0000)
(Forgot LIBP)

Misc/gMakefile

index e15f9b7b683c2a2cbaa47d3dbb5946910efd8082..b5bf292d9dad1285996e904d04e9fca910a9902f 100644 (file)
@@ -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