Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 33313 invoked by uid 500); 5 Apr 2000 03:17:48 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 33302 invoked by uid 500); 5 Apr 2000 03:17:48 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 5 Apr 2000 03:17:48 -0000 Message-ID: <20000405031748.33296.qmail@locus.apache.org> From: stoddard@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src Makefile.win stoddard 00/04/04 20:17:48 Modified: src Makefile.win Log: Windows: Cleanup auto-generated apr.h and apr_config.h Revision Changes Path 1.5 +4 -1 apache-2.0/src/Makefile.win Index: Makefile.win =================================================================== RCS file: /home/cvs/apache-2.0/src/Makefile.win,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile.win 2000/03/24 04:45:27 1.4 +++ Makefile.win 2000/04/05 03:17:47 1.5 @@ -115,7 +115,10 @@ _clean: cd lib\apr nmake /nologo CFG="aprlib - Win32 $(LONG)" -f aprlib.mak clean - cd ..\.. + cd include + del apr.h + del apr_config.h + cd ..\..\.. cd regex nmake /nologo CFG="regex - Win32 $(LONG)" -f regex.mak clean cd ..