diff options
author | Guido van Rossum <guido@python.org> | 1996-08-28 14:27:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-28 14:27:24 (GMT) |
commit | be725fdddba5fe7d9dd233f0f003118024b3d7d3 (patch) | |
tree | b4aa32feffe764a9b4f3f3545c23a8f79e6a0dbc /Misc | |
parent | e3c90a4232c0d5259e3d82ab3871961473da5338 (diff) | |
download | cpython-be725fdddba5fe7d9dd233f0f003118024b3d7d3.zip cpython-be725fdddba5fe7d9dd233f0f003118024b3d7d3.tar.gz cpython-be725fdddba5fe7d9dd233f0f003118024b3d7d3.tar.bz2 |
Fix paths to match python1.4 installation.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/gMakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/gMakefile b/Misc/gMakefile index 3e2d19c..e15f9b7 100644 --- a/Misc/gMakefile +++ b/Misc/gMakefile @@ -12,9 +12,9 @@ pyinstalldir= $(PYTHONHOME) installdir= $(PYTHONHOME) exec_installdir=$(pyinstalldir) -INCLUDEPY= $(pyinstalldir)/include/Py +INCLUDEPY= $(pyinstalldir)/include/python1.4 LIBP= $(exec_installdir)/lib/python -LIBPL= $(LIBP)/lib +LIBPL= $(LIBP)/config PYMAKE= make -f $(LIBPL)/Makefile # LIBSO is the location of platform-dependent dynamically linked |