Kaydet (Commit) 7629bbc7 authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix paths to match python1.4 installation.

(Forgot LIBP)
üst be725fdd
......@@ -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
......
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