commit | 7629bbc73c15ce954e638fb51178c984bc85c720 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 28 14:28:51 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 28 14:28:51 1996 +0000 |
tree | eeb364cd7f732b03432ed37873ad8a69f6a9f9ba | |
parent | be725fdddba5fe7d9dd233f0f003118024b3d7d3 [diff] [blame] |
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