From: Jack Jansen Date: Tue, 4 Nov 2003 21:15:22 +0000 (+0000) Subject: $(prefix) wasn't communicated to Mac/OSX/Makefile for all targets. Fixed. X-Git-Tag: v2.3.3c1~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8aa273fe1b50707bac2106ab8e6c041327f343df;p=thirdparty%2FPython%2Fcpython.git $(prefix) wasn't communicated to Mac/OSX/Makefile for all targets. Fixed. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 09c395fdde9b..457c72a27e55 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -867,13 +867,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