diff options
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 084e8ba4bc..17f087ed19 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -329,12 +329,14 @@ lintflags = -hbvxac .c.s: $(CCCMDSRC) -S $*.c -.PHONY: all compile translators utilities +.PHONY: all all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(public) $(dynamic_ext) $(nonxs_ext) extras.make @echo " "; @echo " Everything is up to date. Type '$(MAKE) test' to run test suite." +.PHONY: compile translators utilities + compile: all echo "testing compilation" > testcompile; cd utils; $(MAKE) compile; |