From 100344817c50c87d3d6b889261e12e0f3fa1b49b Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 14 May 2006 21:07:41 +0000 Subject: [PATCH] I missed one small detail in my rewrite of the osx build files: the path to the Python.app template. --- Mac/OSX/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/OSX/Makefile.in b/Mac/OSX/Makefile.in index fd430f7c71f..80aaa02d170 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