cvsuser     04/03/02 01:18:44

  Modified:    config/gen/makefiles root.in
  Log:
  add a ctags comment
  
  Revision  Changes    Path
  1.185     +3 -2      parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.184
  retrieving revision 1.185
  diff -u -w -r1.184 -r1.185
  --- root.in   26 Feb 2004 13:20:43 -0000      1.184
  +++ root.in   2 Mar 2004 09:18:44 -0000       1.185
  @@ -1,4 +1,4 @@
  -# $Id: root.in,v 1.184 2004/02/26 13:20:43 leo Exp $
  +# $Id: root.in,v 1.185 2004/03/02 09:18:44 leo Exp $
   
   ###############################################################################
   #
  @@ -1111,7 +1111,8 @@
        $(LD) $(LD_SHARED) libnci.def $(LDFLAGS) \
            $(LD_OUT)$@ $(SRC)/nci_test$(O)
   
  -# ctags
  +# vim ctags
  +# this needs exuberant-ctags
   
   tags:        tags.dummy
        $(RM_F) tags
  
  
  

Reply via email to