diff options
author | Guido van Rossum <guido@python.org> | 1996-08-28 14:28:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-28 14:28:51 (GMT) |
commit | 7629bbc73c15ce954e638fb51178c984bc85c720 (patch) | |
tree | eeb364cd7f732b03432ed37873ad8a69f6a9f9ba /Misc | |
parent | be725fdddba5fe7d9dd233f0f003118024b3d7d3 (diff) | |
download | cpython-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/gMakefile | 2 |
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 |