You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@hyperreal.org on 2000/02/07 18:17:02 UTC

cvs commit: apache-2.0/src/build build.mk

dreid       00/02/07 09:17:01

  Modified:    src/build build.mk
  Log:
  This changes build.mk to use the PrintPath utility in helpers to
  try and keep as much portability as possible.
  
  Revision  Changes    Path
  1.4       +2 -2      apache-2.0/src/build/build.mk
  
  Index: build.mk
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/build/build.mk,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.mk	2000/01/16 17:18:13	1.3
  +++ build.mk	2000/02/07 17:16:57	1.4
  @@ -21,7 +21,7 @@
   # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   #
   ##############################################################################
  -# $Id: build.mk,v 1.3 2000/01/16 17:18:13 sascha Exp $ 
  +# $Id: build.mk,v 1.4 2000/02/07 17:16:57 dreid Exp $ 
   #
   # Makefile to generate build tools
   #
  @@ -33,7 +33,7 @@
   
   generated_lists:
   	@echo config_m4_files = `find . -name config.m4` > $@
  -	@n=`which libtool`; echo libtool_prefix = `dirname $$n`/.. >> $@
  +	@n=`helpers/PrintPath libtool`; echo libtool_prefix = `dirname $$n`/.. >> $@
   
   $(STAMP): build/buildcheck.sh
   	@build/buildcheck.sh && touch $(STAMP)