You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/09/29 19:39:01 UTC

cvs commit: apr/test Makefile.in

jorton      2004/09/29 10:39:01

  Modified:    test     Makefile.in
  Log:
  * test/Makefile.in (CLEAN_TARGETS): Clean up more files.
  
  Revision  Changes    Path
  1.164     +2 -1      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.163
  retrieving revision 1.164
  diff -d -w -u -r1.163 -r1.164
  --- Makefile.in	10 Jun 2004 09:05:07 -0000	1.163
  +++ Makefile.in	29 Sep 2004 17:39:01 -0000	1.164
  @@ -29,7 +29,8 @@
   LOCAL_LIBS=../lib@APR_LIBNAME@.la
   
   CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@ occhild@EXEEXT@ \
  -readchild@EXEEXT@ tryread@EXEEXT@ sockchid@EXEEXT@
  +	readchild@EXEEXT@ tryread@EXEEXT@ sockchild@EXEEXT@ \
  +	globalmutexchild@EXEEXT@ lfstests/large.bin
   CLEAN_SUBDIRS = internal
   
   INCDIR=../include