]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Arrgh... Release aprlib.mak/.dsp is broken. Now aprlib.mak is
authorBill Stoddard <stoddard@apache.org>
Wed, 5 Apr 2000 03:49:16 +0000 (03:49 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 5 Apr 2000 03:49:16 +0000 (03:49 +0000)
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

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