]> granicus.if.org Git - apache/commitdiff
Windows: Cleanup auto-generated apr.h and apr_config.h
authorBill Stoddard <stoddard@apache.org>
Wed, 5 Apr 2000 03:17:47 +0000 (03:17 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 5 Apr 2000 03:17:47 +0000 (03:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84918 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 1cd0c9962cdd03656e554d15799e9a292cfc2fe1..9cc0a1002bff4077370c7638914ee04d070b8688 100644 (file)
@@ -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 ..