[Python-3000-checkins] r64573 - python/branches/py3k/Mac/Makefile.in

benjamin.peterson python-3000-checkins at python.org
Sat Jun 28 16:10:43 CEST 2008


Author: benjamin.peterson
Date: Sat Jun 28 16:10:42 2008
New Revision: 64573

Log:
remove usage of cachesrc.py in Mac/Makefile

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

Modified: python/branches/py3k/Mac/Makefile.in
==============================================================================
--- python/branches/py3k/Mac/Makefile.in	(original)
+++ python/branches/py3k/Mac/Makefile.in	Sat Jun 28 16:10:42 2008
@@ -43,7 +43,6 @@
 	Resources/English.lproj/Documentation/ide
 DOCDIR=$(srcdir)/Resources/app/Resources/English.lproj/Documentation
 DOCINDEX=$(DOCDIR)/"Documentation idx"
-CACHERSRC=$(srcdir)/scripts/cachersrc.py
 compileall=$(srcdir)/../Lib/compileall.py
 
 installapps: install_Python install_BuildApplet install_PythonLauncher \
@@ -225,7 +224,6 @@
 	done
 
 
-	$(RUNSHARED) $(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
 	$(RUNSHARED) $(BUILDPYTHON) -Wi $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
 	$(RUNSHARED) $(BUILDPYTHON) -O -Wi $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
 


More information about the Python-3000-checkins mailing list