diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-28 14:10:42 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-28 14:10:42 (GMT) |
commit | 361e553dc540ebba2c17bd9da9599a5842de4743 (patch) | |
tree | 37212a144d567039b83cfbdfea7f72411cc15c2f /Mac | |
parent | 257060ac98b40ce8a5c565b39bd8dd0ec0b7c1f5 (diff) | |
download | cpython-361e553dc540ebba2c17bd9da9599a5842de4743.zip cpython-361e553dc540ebba2c17bd9da9599a5842de4743.tar.gz cpython-361e553dc540ebba2c17bd9da9599a5842de4743.tar.bz2 |
remove usage of cachesrc.py in Mac/Makefile
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Makefile.in b/Mac/Makefile.in index 862934d..01b8cd5 100644 --- a/Mac/Makefile.in +++ b/Mac/Makefile.in @@ -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) |