summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-28 14:28:51 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-28 14:28:51 (GMT)
commit7629bbc73c15ce954e638fb51178c984bc85c720 (patch)
treeeeb364cd7f732b03432ed37873ad8a69f6a9f9ba /Misc
parentbe725fdddba5fe7d9dd233f0f003118024b3d7d3 (diff)
downloadcpython-7629bbc73c15ce954e638fb51178c984bc85c720.zip
cpython-7629bbc73c15ce954e638fb51178c984bc85c720.tar.gz
cpython-7629bbc73c15ce954e638fb51178c984bc85c720.tar.bz2
Fix paths to match python1.4 installation.
(Forgot LIBP)
Diffstat (limited to 'Misc')
-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