]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Drop the symbols/ tree, nothing is installed within it.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 9 Sep 2009 12:53:23 +0000 (12:53 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 9 Sep 2009 12:53:23 +0000 (12:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@812929 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 01b14a437f11ce5ceec024d1215679d8d5e5397f..5dbb85a3d2578bf633f8c468f2d28b958f5f09c1 100644 (file)
@@ -623,10 +623,6 @@ _install:
        -mkdir "$(INSTDIR)\lib"
        -mkdir "$(INSTDIR)\logs"
        -mkdir "$(INSTDIR)\modules"
-       -mkdir "$(INSTDIR)\symbols"
-       -mkdir "$(INSTDIR)\symbols\exe"
-       -mkdir "$(INSTDIR)\symbols\dll"
-       -mkdir "$(INSTDIR)\symbols\so"
        copy ABOUT_APACHE "$(INSTDIR)\ABOUT_APACHE.txt" <.y
        copy CHANGES      "$(INSTDIR)\CHANGES.txt" <.y
        copy INSTALL      "$(INSTDIR)\INSTALL.txt" <.y