summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2006-05-14 21:07:41 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2006-05-14 21:07:41 (GMT)
commit100344817c50c87d3d6b889261e12e0f3fa1b49b (patch)
tree4a29a3c649d7c498a6743aba4231edc6a77961cb /Mac
parentff8c0221237e345455e6e55b8e4f88118a84e455 (diff)
downloadcpython-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.in4
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