File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ APPSUBDIRS=MacOS Resources Resources/English.lproj \
4343 Resources/English.lproj/Documentation/ide
4444DOCDIR =$(srcdir ) /Resources/app/Resources/English.lproj/Documentation
4545DOCINDEX =$(DOCDIR ) /"Documentation idx"
46- CACHERSRC =$(srcdir ) /scripts/cachersrc.py
4746compileall =$(srcdir ) /../Lib/compileall.py
4847
4948installapps : install_Python install_BuildApplet install_PythonLauncher \
@@ -225,7 +224,6 @@ installmacsubtree:
225224 done
226225
227226
228- $(RUNSHARED) $(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
229227 $(RUNSHARED) $(BUILDPYTHON) -Wi $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
230228 $(RUNSHARED) $(BUILDPYTHON) -O -Wi $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
231229
You can’t perform that action at this time.
0 commit comments