From: Ronald Oussoren <ronaldoussoren@mac.com>
Date: Fri, 18 Jul 2008 05:48:03 +0000 (+0000)
Subject: Last bit of a fix for issue3381 (addon for my patch in r65061)
X-Git-Tag: v2.6b3~293
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bd10fd5ccf3e670ddb58c615e29155b9b16745d;p=python

Last bit of a fix for issue3381 (addon for my patch in r65061)
---

diff --git a/Mac/IDLE/Makefile.in b/Mac/IDLE/Makefile.in
index c06ca06b88..1fd30a7d17 100644
--- a/Mac/IDLE/Makefile.in
+++ b/Mac/IDLE/Makefile.in
@@ -42,7 +42,7 @@ IDLE.app:  \
 		$(srcdir)/../Icons/PythonSource.icns \
 		$(srcdir)/../Icons/PythonCompiled.icns Info.plist
 	rm -fr IDLE.app
-	$(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(BUNDLEBULDER) \
+	$(RUNSHARED) @ARCH_RUN_32BIT@ $(BUILDPYTHON) $(BUNDLEBULDER) \
 		--builddir=. \
 		--name=IDLE \
 		--link-exec \