]> granicus.if.org Git - apache/commitdiff
This changes build.mk to use the PrintPath utility in helpers to
authorDavid Reid <dreid@apache.org>
Mon, 7 Feb 2000 17:16:57 +0000 (17:16 +0000)
committerDavid Reid <dreid@apache.org>
Mon, 7 Feb 2000 17:16:57 +0000 (17:16 +0000)
try and keep as much portability as possible.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84590 13f79535-47bb-0310-9956-ffa450edef68

build/build.mk

index 1233474e62852208c6bee9a8f63822f70c4ffac5..b4e8ee363b82103e191a456406a6961b2ea33c9b 100644 (file)
@@ -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 @@ all: $(STAMP) generated_lists
 
 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)