cvsuser     04/11/27 20:19:15

  Modified:    config/gen/makefiles root.in
  Log:
  As .pir files are creeping into the distribution, lets pre-emptively
  add them to our build rules.
  
  Revision  Changes    Path
  1.266     +5 -2      parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.265
  retrieving revision 1.266
  diff -u -r1.265 -r1.266
  --- root.in   27 Nov 2004 14:00:44 -0000      1.265
  +++ root.in   28 Nov 2004 04:19:15 -0000      1.266
  @@ -1,4 +1,4 @@
  -# $Id: root.in,v 1.265 2004/11/27 14:00:44 leo Exp $
  +# $Id: root.in,v 1.266 2004/11/28 04:19:15 coke Exp $
   
   
###############################################################################
   #
  @@ -457,7 +457,7 @@
   # These need to be above lines that define suffix rules to be portable
   # (certainly FreeBSD make doesn't grok the .imc.pbc rule otherwise)
   
  -.SUFFIXES : .c .h .pmc .dump $(O) .str .imc .pbc
  +.SUFFIXES : .c .h .pmc .dump $(O) .str .imc .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
  @@ -470,6 +470,9 @@
   .imc.pbc:
        .${slash}$(TEST_PROG) -o $@ $<
   
  +.pir.pbc:
  +     .${slash}$(TEST_PROG) -o $@ $<
  +
   
###############################################################################
   #
   # USER TARGETS:
  
  
  

Reply via email to