From jorton@apache.org Sat Nov 27 13:49:27 2004 Return-Path: Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Delivered-To: mailing list commits@apr.apache.org Received: (qmail 5938 invoked by uid 99); 27 Nov 2004 13:49:27 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 27 Nov 2004 05:49:26 -0800 Received: (qmail 77138 invoked by uid 65534); 27 Nov 2004 13:49:25 -0000 Date: 27 Nov 2004 13:49:25 -0000 Message-ID: <20041127134925.77131.qmail@minotaur.apache.org> From: jorton@apache.org To: commits@apr.apache.org Subject: svn commit: r106709 - /apr/apr-util/trunk/test /apr/apr-util/trunk/test/Makefile.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked 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@