Fix paths to match python1.4 installation.

This commit is contained in:
Guido van Rossum 1996-08-28 14:27:24 +00:00
parent e3c90a4232
commit be725fdddb

View file

@ -12,9 +12,9 @@
pyinstalldir= $(PYTHONHOME) pyinstalldir= $(PYTHONHOME)
installdir= $(PYTHONHOME) installdir= $(PYTHONHOME)
exec_installdir=$(pyinstalldir) exec_installdir=$(pyinstalldir)
INCLUDEPY= $(pyinstalldir)/include/Py INCLUDEPY= $(pyinstalldir)/include/python1.4
LIBP= $(exec_installdir)/lib/python LIBP= $(exec_installdir)/lib/python
LIBPL= $(LIBP)/lib LIBPL= $(LIBP)/config
PYMAKE= make -f $(LIBPL)/Makefile PYMAKE= make -f $(LIBPL)/Makefile
# LIBSO is the location of platform-dependent dynamically linked # LIBSO is the location of platform-dependent dynamically linked