Commit 48e02e4c authored by Jack Jansen's avatar Jack Jansen

forward port of 1.136.6.2:

$(prefix) wasn't communicated to Mac/OSX/Makefile for all targets. Fixed.
parent 001734ca
......@@ -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
......
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