Commit be725fdd authored by Guido van Rossum's avatar Guido van Rossum

Fix paths to match python1.4 installation.

parent e3c90a42
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment