wrowe 2003/02/19 08:52:16
Modified: . Tag: APACHE_2_0_BRANCH Makefile.win
Log:
Fix Sebastian's observed failure of the Win32 Debug _install target.
Revision Changes Path
No revision
No revision
1.120.2.11 +2 -0 httpd-2.0/Makefile.win
Index: Makefile.win
===================================================================
RCS file: /home/cvs/httpd-2.0/Makefile.win,v
retrieving revision 1.120.2.10
retrieving revision 1.120.2.11
diff -u -r1.120.2.10 -r1.120.2.11
--- Makefile.win 18 Feb 2003 22:57:24 -0000 1.120.2.10
+++ Makefile.win 19 Feb 2003 16:52:16 -0000 1.120.2.11
@@ -558,11 +558,13 @@
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=. \
|