summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-02-19 16:52:16 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-02-19 16:52:16 +0000
commit60928f86e539d8cf94b73b1473484c84c639a690 (patch)
treebeb08c0a468f0bb479d9b5e76eecd9423d80388c /Makefile.win
parent39acf656ed82a9d1b7193d5066d4ae248b465b57 (diff)
downloadhttpd-60928f86e539d8cf94b73b1473484c84c639a690.tar.gz
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
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 2 insertions, 0 deletions
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=. \