jfclere     01/07/06 03:23:02

  Modified:    jk/native/common Makefile.in
  Log:
  rm -f is better that -rm (ignored errors make me nervious).
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-tomcat-connectors/jk/native/common/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in       2001/06/14 14:38:14     1.2
  +++ Makefile.in       2001/07/06 10:22:59     1.3
  @@ -13,4 +13,4 @@
   install:
   
   clean:
  -     -rm *.o *.slo *.lo
  +     rm -f *.o *.slo *.lo
  
  
  

Reply via email to