From: Jarkko Hietaniemi Date: Fri, 7 Jun 2002 21:34:07 +0000 (+0000) Subject: Reunite the first .PHONY targets (based on Garry Williams' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2c077745916e1f642ef89dd7c457ec57893a358;p=p5sagit%2Fp5-mst-13.2.git Reunite the first .PHONY targets (based on Garry Williams' reading of the GNU make manual). p4raw-id: //depot/perl@17073 --- diff --git a/Makefile.SH b/Makefile.SH index 17f087e..a8eb317 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;