From f62fe87cd6a9e5b00a92bc56618354d0d0192aa4 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Wed, 5 Apr 2000 03:17:47 +0000 Subject: [PATCH] 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 --- Makefile.win | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 1cd0c9962c..9cc0a1002b 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 .. -- 2.50.1