From: Jack Jansen Date: Sun, 7 Dec 2003 21:52:07 +0000 (+0000) Subject: forward port of 1.136.6.2: X-Git-Tag: v2.4a1~1125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48e02e4c395c6119b6f6240593607103d4300ff3;p=python forward port of 1.136.6.2: $(prefix) wasn't communicated to Mac/OSX/Makefile for all targets. Fixed. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 22856468aa..512185f26b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -875,13 +875,13 @@ frameworkinstallmaclib: frameworkinstallapps: $(MAKE) -f $(srcdir)/Mac/OSX/Makefile installapps \ $(RUNSHARED) BUILDPYTHON=./$(BUILDPYTHON) DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \ - srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR) + srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR) prefix=$(prefix) # This install the unix python and pythonw tools in /usr/local/bin frameworkinstallunixtools: $(MAKE) -f $(srcdir)/Mac/OSX/Makefile installunixtools \ DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \ - srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR) + srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR) prefix=$(prefix) # This installs the Demos and Tools into the applications directory. # It is not part of a normal frameworkinstall