cvsuser     02/10/17 00:19:34

  Modified:    config/gen/makefiles root.in
  Log:
  Prevent PMC.pm from getting murdered by a make clean.
  
  Revision  Changes    Path
  1.45      +1 -1      parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -w -r1.44 -r1.45
  --- root.in   16 Oct 2002 13:56:02 -0000      1.44
  +++ root.in   17 Oct 2002 07:19:34 -0000      1.45
  @@ -53,7 +53,7 @@
   
   GEN_SOURCES = core_ops.c core_ops_prederef.c
   
  -GEN_MODULES = lib/Parrot/Jit.pm lib/Parrot/OpLib/core.pm lib/Parrot/PMC.pm
  +GEN_MODULES = lib/Parrot/Jit.pm lib/Parrot/OpLib/core.pm
   
   FLUID_FILES = $(GEN_OPSFILES) $(GEN_HEADERS) $(GEN_SOURCES) $(GEN_MODULES)
   
  
  
  


Reply via email to