Author: coke
Date: Sun Mar 19 08:13:40 2006
New Revision: 11938
Modified:
trunk/config/gen/makefiles/root.in
Log:
Oceania has always been at war with Eurasia.
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Sun Mar 19 08:13:40 2006
@@ -504,9 +504,9 @@
MAKE = @make_c@
# These need to be above lines that define suffix rules to be portable
-# (certainly FreeBSD make doesn't grok the .imc.pbc rule otherwise)
+# (certainly FreeBSD make doesn't grok the pir.pbc rule otherwise)
-.SUFFIXES : .c .h .pmc .dump $(O) .str .imc .pir .pbc
+.SUFFIXES : .c .h .pmc .dump $(O) .str .pir .pbc
# Passing an empty argument in @ARGV to cc_flags.pl to indicate where extra -Is
# (etc) should go. Otherwise it will insert them after the first space, which
@@ -519,9 +519,6 @@
# XXX These obviously require parrot: had trouble adding parrot as a dependency
# here, though. Ignored on OS X, at least.
-.imc.pbc :
- $(PARROT) -o $@ $<
-
.pir.pbc :
$(PARROT) -o $@ $<