]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change a misleading error message, srclib/ exists in the build tree,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 14 Dec 2005 20:10:22 +0000 (20:10 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 14 Dec 2005 20:10:22 +0000 (20:10 +0000)
  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

Makefile.win

index 49ee77b510fa4c9d40e5a86284e96a72b2cf7e11..c656b6ea90567269590f2128cbc9208e1e9dc6e2 100644 (file)
@@ -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'