]> granicus.if.org Git - python/commitdiff
remove usage of cachesrc.py in Mac/Makefile
authorBenjamin Peterson <benjamin@python.org>
Sat, 28 Jun 2008 14:10:42 +0000 (14:10 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 28 Jun 2008 14:10:42 +0000 (14:10 +0000)
Mac/Makefile.in

index 862934d68def91fffd93b1dd54574489bd19a6cf..01b8cd5cf849a9bcf2eb496303fa449f2980dc1e 100644 (file)
@@ -43,7 +43,6 @@ APPSUBDIRS=MacOS Resources Resources/English.lproj \
        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 @@ installmacsubtree:
        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)