From: Ronald Oussoren Date: Sun, 14 May 2006 21:07:41 +0000 (+0000) Subject: I missed one small detail in my rewrite of the osx build files: the path X-Git-Tag: v2.5b1~652 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=100344817c50c87d3d6b889261e12e0f3fa1b49b;p=python I missed one small detail in my rewrite of the osx build files: the path to the Python.app template. --- diff --git a/Mac/OSX/Makefile.in b/Mac/OSX/Makefile.in index fd430f7c71..80aaa02d17 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