cvsuser     03/08/15 08:12:29

  Modified:    config/gen/makefiles root.in
  Log:
  Remove $(INC)/exec_dep.h from GEN_HEADERS.
  
  Revision  Changes    Path
  1.109     +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.108
  retrieving revision 1.109
  diff -u -w -r1.108 -r1.109
  --- root.in   15 Aug 2003 13:41:29 -0000      1.108
  +++ root.in   15 Aug 2003 15:12:29 -0000      1.109
  @@ -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)/exec_dep.h
  +     $(INC)/oplib/core_ops_switch.h $(INC)/jit_emit.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