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/11/27 14:49:25 UTC

svn commit: r106709 - /apr/apr-util/trunk/test /apr/apr-util/trunk/test/Makefile.in

Author: jorton
Date: Sat Nov 27 05:49:24 2004
New Revision: 106709

URL: http://svn.apache.org/viewcvs?view=rev&rev=106709
Log:
* test/Makefile.in (CLEAN_TARGETS): Define.

Modified:
   apr/apr-util/trunk/test/   (props changed)
   apr/apr-util/trunk/test/Makefile.in

Modified: apr/apr-util/trunk/test/Makefile.in
Url: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/Makefile.in?view=diff&rev=106709&p1=apr/apr-util/trunk/test/Makefile.in&r1=106708&p2=apr/apr-util/trunk/test/Makefile.in&r2=106709
==============================================================================
--- apr/apr-util/trunk/test/Makefile.in	(original)
+++ apr/apr-util/trunk/test/Makefile.in	Sat Nov 27 05:49:24 2004
@@ -10,6 +10,8 @@
 APRUTIL_MAJOR_VERSION=@APRUTIL_MAJOR_VERSION@
 TARGET_LIB_PATH = ../lib@APRUTIL_LIBNAME@.la
 
+CLEAN_TARGETS = manyfile.bin
+
 # bring in rules.mk for standard functionality
 @INCLUDE_RULES@
 PROGRAM_DEPENDENCIES = @APRUTIL_LIBS@