From: Nicholas Clark Date: Fri, 18 Jan 2008 16:40:48 +0000 (+0000) Subject: Nick's a muppet - "all" needs to remain the first real target in the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=51356d76dfe15ade87ec05687ff8665c7e8f3fb4;p=p5sagit%2Fp5-mst-13.2.git Nick's a muppet - "all" needs to remain the first real target in the Makefile. Do not be distracted by suffix rules above. p4raw-id: //depot/perl@33003 --- diff --git a/Makefile.SH b/Makefile.SH index b016de8..c9500d3 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -456,6 +456,10 @@ splintfiles = $(c1) .c.s: $(CCCMDSRC) -S $*.c +all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make + @echo " "; + @echo " Everything is up to date. Type '$(MAKE) test' to run test suite." + sperl$(OBJ_EXT): perl.c $(h) $(RMS) sperl.c $(LNS) perl.c sperl.c @@ -465,10 +469,6 @@ sperl$(OBJ_EXT): perl.c $(h) sperl.i: perl.c $(h) $(CCCMDSRC) -DIAMSUID -E perl.c > sperl.i -all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make - @echo " "; - @echo " Everything is up to date. Type '$(MAKE) test' to run test suite." - .PHONY: all translators utilities translators: miniperl$(EXE_EXT) $(CONFIGPM) FORCE