summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/gMakefile4
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