From 1f80b364c19534896bd5426a96fd4bb36d11b202 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Wed, 5 Apr 2000 03:49:16 +0000 Subject: [PATCH] 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 --- Makefile.win | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 .. -- 2.47.3