]> granicus.if.org Git - apache/commitdiff
Fix Sebastian's observed failure of the Win32 Debug _install target.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Feb 2003 16:52:16 +0000 (16:52 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Feb 2003 16:52:16 +0000 (16:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98734 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 65114751fc6a566f829e8d4611807cf03b5f7de7..3bad75399f6ed3b78f9da5a83eecf421e9a757ad 100644 (file)
@@ -572,11 +572,13 @@ BEGIN {
                inst_exe="$(INSTDIR)\bin"                              \
                inst_dll="$(INSTDIR)\bin"                              \
                inst_so="$(INSTDIR)\modules"
+!IF "$(LONG)" == "Release"
        $(MAKE) $(MAKEOPT) -f Makefile.win SHORT=$(SHORT) LONG=$(LONG) \
                _copybin src_exe=dbg src_dll=dbg src_so=dbg quiet="-"  \
                inst_exe="$(INSTDIR)\symbols\exe"                      \
                inst_dll="$(INSTDIR)\symbols\dll"                      \
                inst_so="$(INSTDIR)\symbols\so" 
+!ENDIF
        cd srclib\apr-iconv
        $(MAKE) $(MAKEOPT) -f build\modules.mk.win install symbols \
                BUILD_MODE=$(LONG) BIND_MODE=shared API_SOURCE=. \