diff options
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index 17f087ed19..a8eb317b05 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -329,13 +329,11 @@ lintflags = -hbvxac .c.s: $(CCCMDSRC) -S $*.c -.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 +.PHONY: all compile translators utilities compile: all echo "testing compilation" > testcompile; |