remove usage of cachesrc.py in Mac/Makefile

This commit is contained in:
Benjamin Peterson 2008-06-28 14:10:42 +00:00
parent 257060ac98
commit 361e553dc5
1 changed files with 0 additions and 2 deletions

View 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)