Skip to content

Commit

Permalink
Change order of compileall
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Nov 26, 2023
1 parent 8239140 commit a3b4749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) ; \
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a3b4749

Please sign in to comment.