You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2005/12/14 21:13:16 UTC

svn commit: r356850 - /httpd/httpd/branches/2.0.x/Makefile.win

Author: wrowe
Date: Wed Dec 14 12:13:01 2005
New Revision: 356850

URL: http://svn.apache.org/viewcvs?rev=356850&view=rev
Log:

  Change the misleading message, apr's need to go in the build tree srclib/
  not the install target tree.

Modified:
    httpd/httpd/branches/2.0.x/Makefile.win

Modified: httpd/httpd/branches/2.0.x/Makefile.win
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/Makefile.win?rev=356850&r1=356849&r2=356850&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/Makefile.win (original)
+++ httpd/httpd/branches/2.0.x/Makefile.win Wed Dec 14 12:13:01 2005
@@ -33,10 +33,10 @@
 
 !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'