From: David Reid Date: Mon, 7 Feb 2000 17:16:57 +0000 (+0000) Subject: This changes build.mk to use the PrintPath utility in helpers to X-Git-Tag: 1.3.12~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85f80d7338921baa5cb2ebad62a9e0e5781ba182;p=apache This changes build.mk to use the PrintPath utility in helpers to 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 --- diff --git a/build/build.mk b/build/build.mk index 1233474e62..b4e8ee363b 100644 --- a/build/build.mk +++ b/build/build.mk @@ -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)