[Python-checkins] r68075 - python/branches/py3k/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Tue Dec 30 19:05:47 CET 2008


Author: benjamin.peterson
Date: Tue Dec 30 19:05:46 2008
New Revision: 68075

Log:
use $(RUNSHARED) to run plat-mac/regen


Modified:
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Tue Dec 30 19:05:46 2008
@@ -899,7 +899,7 @@
 	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)


More information about the Python-checkins mailing list