summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Makefile
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-11-20 14:06:16 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-11-20 14:06:16 (GMT)
commit1ebcc4427a71a2b42bb5ef75c41f305c150f53a5 (patch)
tree35e505598e32d6238b088a0412d103b2e5f32f52 /Mac/OSX/Makefile
parente37469297c2decafaab059c8da300b44c6244e06 (diff)
downloadcpython-1ebcc4427a71a2b42bb5ef75c41f305c150f53a5.zip
cpython-1ebcc4427a71a2b42bb5ef75c41f305c150f53a5.tar.gz
cpython-1ebcc4427a71a2b42bb5ef75c41f305c150f53a5.tar.bz2
Build PythonLauncher for MacPython-OSX 2.2 as well.
Diffstat (limited to 'Mac/OSX/Makefile')
-rw-r--r--Mac/OSX/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index 9a76fb6..4c9b4c8 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -11,7 +11,8 @@ LIBDEST=$(prefix)/lib/python$(VERSION)
# These are normally glimpsed from the previous set
bindir=$(dstroot)/usr/local/bin
-PYTHONAPPSDIR=$(dstroot)/Applications/Python
+PYTHONAPPSPATH=/Applications/Python
+PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
APPINSTALLDIR=$(prefix)/Resources/Python.app
PTHFILE=$(srcdir)/Mac/OSX/Mac.pth
@@ -50,7 +51,8 @@ installapps: install_PythonLauncher install_Python install_BuildApplet install_I
install_PythonLauncher:
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
- pbxbuild -target PythonLauncher -buildstyle Deployment DSTROOT=$(dstroot) install
+ pbxbuild -target PythonLauncher -buildstyle Deployment \
+ DSTROOT=$(dstroot) INSTALL_PATH=$(PYTHONAPPSPATH) install
install_Python: $(PYTHON)
@for i in $(PYTHONAPPSDIR) $(APPINSTALLDIR) $(APPINSTALLDIR)/Contents; do \