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/02/06 23:57:47 UTC

cvs commit: apr/test Makefile.in

jorton      2004/02/06 14:57:47

  Modified:    test     Makefile.in
  Log:
  * test/Makefile.in (CLEAN_SUBDIRS): Clean in the 'internal' directory.
  
  Revision  Changes    Path
  1.146     +1 -0      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -b -d -u -r1.145 -r1.146
  --- Makefile.in	17 Nov 2003 12:58:24 -0000	1.145
  +++ Makefile.in	6 Feb 2004 22:57:47 -0000	1.146
  @@ -38,6 +38,7 @@
   
   CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@ occhild@EXEEXT@ \
   readchild@EXEEXT@
  +CLEAN_SUBDIRS = internal
   
   INCDIR=../include
   INCLUDES=-I$(INCDIR)