diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-05-14 21:07:41 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-05-14 21:07:41 (GMT) |
commit | 100344817c50c87d3d6b889261e12e0f3fa1b49b (patch) | |
tree | 4a29a3c649d7c498a6743aba4231edc6a77961cb /Mac | |
parent | ff8c0221237e345455e6e55b8e4f88118a84e455 (diff) | |
download | cpython-100344817c50c87d3d6b889261e12e0f3fa1b49b.zip cpython-100344817c50c87d3d6b889261e12e0f3fa1b49b.tar.gz cpython-100344817c50c87d3d6b889261e12e0f3fa1b49b.tar.bz2 |
I missed one small detail in my rewrite of the osx build files: the path
to the Python.app template.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSX/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/OSX/Makefile.in b/Mac/OSX/Makefile.in index fd430f7..80aaa02 100644 --- a/Mac/OSX/Makefile.in +++ b/Mac/OSX/Makefile.in @@ -34,12 +34,12 @@ LN=@LN@ STRIPFLAG=-s CPMAC=/Developer/Tools/CpMac -APPTEMPLATE=$(srcdir)/OSXResources/app +APPTEMPLATE=$(srcdir)/../OSXResources/app APPSUBDIRS=MacOS Resources Resources/English.lproj \ Resources/English.lproj/Documentation \ Resources/English.lproj/Documentation/doc \ Resources/English.lproj/Documentation/ide -DOCDIR=$(srcdir)/Mac/OSXResources/app/Resources/English.lproj/Documentation +DOCDIR=$(srcdir)/../OSXResources/app/Resources/English.lproj/Documentation DOCINDEX=$(DOCDIR)/"Documentation idx" CACHERSRC=$(srcdir)/../scripts/cachersrc.py compileall=$(srcdir)/../../Lib/compileall.py |