Change 33003 by [EMAIL PROTECTED] on 2008/01/18 16:40:48
Nick's a muppet - "all" needs to remain the first real target in the
Makefile. Do not be distracted by suffix rules above.
Affected files ...
... //depot/perl/Makefile.SH#401 edit
Differences ...
==== //depot/perl/Makefile.SH#401 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#400~32999~ 2008-01-18 06:13:30.000000000 -0800
+++ perl/Makefile.SH 2008-01-18 08:40:48.000000000 -0800
@@ -456,6 +456,10 @@
.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.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
End of Patch.