diff --git a/Makefile b/Makefile index 77f00df7e48..a086ddec09a 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,8 @@ default: @echo "Errors in:" >> $(ERRORLOG) -$(CHMOD) 755 install-sh $(MAKE) subdirs - $(MAKE) $(FILES_DST) $(PYTHON) -m compileall $(ARCH_DISTDIR) + $(MAKE) $(FILES_DST) $(MAKE) manifests @if [ `wc -l < "$(ERRORLOG)"` -gt 5 ] ; then \ echo "--" >> $(ERRORLOG) ; \ @@ -105,8 +105,8 @@ LIBDIRS = \ libs: $(MAKE) -C include $(MAKE) subdirs SUBDIRS=$(LIBDIRS) - $(MAKE) $(FILES_DST) $(PYTHON) -m compileall $(ARCH_DISTDIR) + $(MAKE) $(FILES_DST) cleandistdirs: -rm -rf $(ARCH_DISTDIR)