From commits-return-6537-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Fri Feb 04 11:55:48 2005 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 60079 invoked from network); 4 Feb 2005 11:55:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Feb 2005 11:55:48 -0000 Received: (qmail 3425 invoked by uid 500); 4 Feb 2005 11:55:48 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 3397 invoked by uid 500); 4 Feb 2005 11:55:48 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list commits@apr.apache.org Received: (qmail 3384 invoked by uid 99); 4 Feb 2005 11:55:48 -0000 X-ASF-Spam-Status: No, hits=-9.8 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; Fri, 04 Feb 2005 03:55:47 -0800 Received: (qmail 60058 invoked by uid 65534); 4 Feb 2005 11:55:46 -0000 Message-ID: <20050204115546.60057.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Fri, 04 Feb 2005 11:55:46 -0000 Subject: svn commit: r151342 - apr/apr/trunk/Makefile.in To: commits@apr.apache.org From: jorton@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: jorton Date: Fri Feb 4 03:55:44 2005 New Revision: 151342 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D151342 Log: * Makefile.in (DISTCLEAN_TARGETS): Add build/pkg/pkginfo. Modified: apr/apr/trunk/Makefile.in Modified: apr/apr/trunk/Makefile.in URL: http://svn.apache.org/viewcvs/apr/apr/trunk/Makefile.in?view=3Ddiff&r1= =3D151341&r2=3D151342 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/apr/trunk/Makefile.in (original) +++ apr/apr/trunk/Makefile.in Fri Feb 4 03:55:44 2005 @@ -46,7 +46,8 @@ build/apr_rules.out DISTCLEAN_TARGETS =3D config.cache config.log config.status \ include/apr.h include/arch/unix/apr_private.h \ - libtool $(APR_CONFIG) build/apr_rules.mk apr.pc + libtool $(APR_CONFIG) build/apr_rules.mk apr.pc \ + build/pkg/pkginfo EXTRACLEAN_TARGETS =3D configure aclocal.m4 include/arch/unix/apr_private.= h=2Ein \ build-outputs.mk build/ltcf-c.sh build/ltmain.sh build/libtool.m4 =20