From: William A. Rowe Jr Date: Wed, 19 Apr 2006 21:16:02 +0000 (+0000) Subject: As a -fallback- install the release flavor of openssl when building X-Git-Tag: 2.3.0~2435 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d687c66be422b12122adf53008e3f2144d320165;p=apache As a -fallback- install the release flavor of openssl when building the debug flavor of apache httpd mod_ssl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395397 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 96e7a9f4a8..e5c22114e2 100644 --- a/Makefile.win +++ b/Makefile.win @@ -43,7 +43,7 @@ CTARGET=/build # the build, since conditional dependencies aren't supported. # !IF EXIST("srclib\openssl") -!IF "$(LONG)" == "Debug" +!IF "$(LONG)" == "Debug" && EXIST("srclib\openssl\out32dll.dbg\openssl.exe") SSLBIN=out32dll.dbg !ELSE SSLBIN=out32dll