summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-07 21:34:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-07 21:34:07 +0000
commitb2c077745916e1f642ef89dd7c457ec57893a358 (patch)
tree3ca5ada38f21a60b067638b843606fb8730a9755 /Makefile.SH
parent3d1f1caf68f964a756e1ffb5a4c6bc032cad2402 (diff)
downloadperl-b2c077745916e1f642ef89dd7c457ec57893a358.tar.gz
Reunite the first .PHONY targets (based on Garry Williams'
reading of the GNU make manual). p4raw-id: //depot/perl@17073
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
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;