Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 46750 invoked from network); 3 Feb 2004 10:08:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Feb 2004 10:08:22 -0000 Received: (qmail 44804 invoked by uid 500); 3 Feb 2004 10:07:56 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 44748 invoked by uid 500); 3 Feb 2004 10:07:55 -0000 Mailing-List: contact cvs-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 cvs@apr.apache.org Received: (qmail 44724 invoked from network); 3 Feb 2004 10:07:55 -0000 Date: 3 Feb 2004 10:08:20 -0000 Message-ID: <20040203100820.46719.qmail@minotaur.apache.org> From: jorton@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr Makefile.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/02/03 02:08:20 Modified: . Makefile.in Log: * Makefile.in: Remove files generated during 'make' in the 'clean' target. Revision Changes Path 1.91 +2 -2 apr/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/Makefile.in,v retrieving revision 1.90 retrieving revision 1.91 diff -b -d -u -r1.90 -r1.91 --- Makefile.in 1 Feb 2004 16:42:44 -0000 1.90 +++ Makefile.in 3 Feb 2004 10:08:20 -0000 1.91 @@ -31,10 +31,10 @@ # bring in rules.mk for standard functionality @INCLUDE_RULES@ -CLEAN_TARGETS = apr-config.out +CLEAN_TARGETS = apr-config.out apr.exp exports.c export_vars.h DISTCLEAN_TARGETS = config.cache config.log config.status \ include/apr.h include/arch/unix/apr_private.h \ - libtool apr.exp apr-config exports.c export_vars.h + libtool apr-config EXTRACLEAN_TARGETS = configure aclocal.m4 include/arch/unix/apr_private.h.in prefix=@prefix@