diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-02-19 17:52:16 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-02-19 17:52:16 +0100 |
commit | 60928f86e539d8cf94b73b1473484c84c639a690 (patch) | |
tree | beb08c0a468f0bb479d9b5e76eecd9423d80388c /Makefile.win | |
parent | break down the beast and explain the obvious >:-> (diff) | |
download | apache2-60928f86e539d8cf94b73b1473484c84c639a690.tar.xz apache2-60928f86e539d8cf94b73b1473484c84c639a690.zip |
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 '')
-rw-r--r-- | Makefile.win | 2 |
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=. \ |