From 60928f86e539d8cf94b73b1473484c84c639a690 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 19 Feb 2003 16:52:16 +0000 Subject: [PATCH] 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 --- Makefile.win | 2 ++ 1 file changed, 2 insertions(+) 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=. \ -- 2.50.1