From: William A. Rowe Jr Date: Wed, 14 Dec 2005 20:10:22 +0000 (+0000) Subject: Change a misleading error message, srclib/ exists in the build tree, X-Git-Tag: 2.2.1~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a395e2a5f8ee17d62c86dcb41a3cf34c42ca428a;p=thirdparty%2Fapache%2Fhttpd.git Change a misleading error message, srclib/ exists in the build tree, not in the INSTDIR target tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356847 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 49ee77b510f..c656b6ea905 100644 --- a/Makefile.win +++ b/Makefile.win @@ -33,10 +33,10 @@ CTARGET=/build !IF !EXIST("srclib\apr") || !EXIST("srclib\apr-util") || !EXIST("srclib\apr-iconv") !MESSAGE Please check out or download and unpack the Apache Portability Runtime -!MESSAGE sources (apr, apr-iconv and apr-util) into your $(INSTDIR)\srclib dir. +!MESSAGE sources (apr, apr-iconv and apr-util) into your srclib dir. !MESSAGE Apache cannot build without these libraries! !MESSAGE -!ERROR Need $(INSTDIR)\srclib\ apr, apr-iconv and apr-util +!ERROR Need srclib\ apr, apr-iconv and apr-util !ENDIF # Note; _tryssl: is only used by the msvc developer studio environment to 'fix up'