From: William A. Rowe Jr Date: Wed, 19 Feb 2003 16:52:16 +0000 (+0000) Subject: Fix Sebastian's observed failure of the Win32 Debug _install target. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=403dd1a7355082ed7e16c048b11c29f1abc3cda5;p=apache Fix Sebastian's observed failure of the Win32 Debug _install target. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98734 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 65114751fc..3bad75399f 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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=. \