Reunite the first .PHONY targets (based on Garry Williams'
Jarkko Hietaniemi [Fri, 7 Jun 2002 21:34:07 +0000 (21:34 +0000)]
reading of the GNU make manual).

p4raw-id: //depot/perl@17073

Makefile.SH

index 17f087e..a8eb317 100644 (file)
@@ -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;