From: Bill Stoddard Date: Wed, 5 Apr 2000 03:49:16 +0000 (+0000) Subject: Arrgh... Release aprlib.mak/.dsp is broken. Now aprlib.mak is X-Git-Tag: apache-doc-split-01~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f80b364c19534896bd5426a96fd4bb36d11b202;p=thirdparty%2Fapache%2Fhttpd.git Arrgh... Release aprlib.mak/.dsp is broken. Now aprlib.mak is deleting apr.h and apr_config.h so I don't have to in makefile.win git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84919 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 9cc0a1002bf..1cd0c9962cd 100644 --- a/Makefile.win +++ b/Makefile.win @@ -115,10 +115,7 @@ _install: _clean: cd lib\apr nmake /nologo CFG="aprlib - Win32 $(LONG)" -f aprlib.mak clean - cd include - del apr.h - del apr_config.h - cd ..\..\.. + cd ..\.. cd regex nmake /nologo CFG="regex - Win32 $(LONG)" -f regex.mak clean cd ..