diff options
author | Ned Deily <nad@acm.org> | 2012-08-06 13:34:00 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-08-06 13:34:00 (GMT) |
commit | dfca8c95c4b79241f521fba5eb7dd8d40354a884 (patch) | |
tree | 77f80da531286535ee8249821ab898e73583f436 /Mac/Makefile.in | |
parent | 222d473df4fba60a6b1135920d144991e0a9b5a1 (diff) | |
download | cpython-dfca8c95c4b79241f521fba5eb7dd8d40354a884.zip cpython-dfca8c95c4b79241f521fba5eb7dd8d40354a884.tar.gz cpython-dfca8c95c4b79241f521fba5eb7dd8d40354a884.tar.bz2 |
OS X installer cleanups:
- Remove OS X installer and Mac/Makefile dependencies on /Developer which
no longer exists with Xcode 4; the referenced tools have been installed
into the usr/bin tool root since Xcode 3.
- Support adding the SDK usr/bin tool root to the installer's PATH via the
SDK_TOOLS_BIN environment variable.
Diffstat (limited to 'Mac/Makefile.in')
-rw-r--r-- | Mac/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Makefile.in b/Mac/Makefile.in index 38eaa15..354c1fd 100644 --- a/Mac/Makefile.in +++ b/Mac/Makefile.in @@ -40,7 +40,7 @@ INSTALL_SCRIPT= @INSTALL_SCRIPT@ INSTALL_DATA=@INSTALL_DATA@ LN=@LN@ STRIPFLAG=-s -CPMAC=/Developer/Tools/CpMac +CPMAC=CpMac APPTEMPLATE=$(srcdir)/Resources/app APPSUBDIRS=MacOS Resources |