cvsuser     03/08/15 04:50:41

  Modified:    config/gen/makefiles root.in
  Log:
  Delete include/parrot/exec_dep.h on make clean.
  
  Revision  Changes    Path
  1.107     +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.106
  retrieving revision 1.107
  diff -u -w -r1.106 -r1.107
  --- root.in   13 Aug 2003 12:00:19 -0000      1.106
  +++ root.in   15 Aug 2003 11:50:41 -0000      1.107
  @@ -68,7 +68,7 @@
   
   GEN_HEADERS = $(INC)/vtable.h $(INC)/oplib/core_ops.h \
        $(INC)/oplib/core_ops_prederef.h \
  -     $(INC)/oplib/core_ops_switch.h $(INC)/jit_emit.h
  +     $(INC)/oplib/core_ops_switch.h $(INC)/jit_emit.h $(INC)/exec_dep.h
   
   GEN_SOURCES = core_ops.c core_ops_prederef.c fingerprint.c nci.c \
                 core_ops_switch.c jit_cpu.c exec_cpu.c
  
  
  

Reply via email to