From: Bill Stoddard Date: Wed, 5 Apr 2000 03:17:47 +0000 (+0000) Subject: Windows: Cleanup auto-generated apr.h and apr_config.h X-Git-Tag: apache-doc-split-01~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f62fe87cd6a9e5b00a92bc56618354d0d0192aa4;p=thirdparty%2Fapache%2Fhttpd.git Windows: Cleanup auto-generated apr.h and apr_config.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 1cd0c9962cd..9cc0a1002bf 100644 --- a/Makefile.win +++ b/Makefile.win @@ -115,7 +115,10 @@ _install: _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 ..