when invoked as "make" won't wander off into the targets "compile
translator utilities" and instead stay in the "all" target.
Diagnosed by Garry Williams.
p4raw-id: //depot/perl@17051
.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;