Fix paths to match python1.4 installation.

(Forgot LIBP)
This commit is contained in:
Guido van Rossum 1996-08-28 14:28:51 +00:00
parent be725fdddb
commit 7629bbc73c
1 changed files with 1 additions and 1 deletions

View 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