summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-12-30 18:05:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-12-30 18:05:46 (GMT)
commitfce25a710480f34aeaeb36f1ab9fbdcaa66b502a (patch)
treefd94b888ee6a7fa208177becf8b363f9b5010314 /Makefile.pre.in
parentc39d76278334a0838f79655ba27bbe68bfec7f8f (diff)
downloadcpython-fce25a710480f34aeaeb36f1ab9fbdcaa66b502a.zip
cpython-fce25a710480f34aeaeb36f1ab9fbdcaa66b502a.tar.gz
cpython-fce25a710480f34aeaeb36f1ab9fbdcaa66b502a.tar.bz2
use $(RUNSHARED) to run plat-mac/regen
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d98df71..4377afb 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -899,7 +899,7 @@ $(srcdir)/Lib/$(PLATDIR):
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
export EXE; EXE="$(BUILDEXE)"; \
- cd $(srcdir)/Lib/$(PLATDIR); ./regen
+ cd $(srcdir)/Lib/$(PLATDIR); $(RUNSHARED) ./regen
# Install the include files
INCLDIRSTOMAKE=$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY)