From 8fd782814846075b50928af1db66bf4ac0bcd018 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 25 Apr 2003 12:50:25 +0000 Subject: Don't pass in TOOLSDIR to the simulator Makefile until we've made the path absolute. Using a relative path is not wise, since we use make -C when we build the simulator and the relative path to the tools dir is not the same from the build dir as from the simulator's main source dir... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3615 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 99f1d7dbf6..eef336c469 100755 --- a/tools/configure +++ b/tools/configure @@ -67,6 +67,7 @@ simul () { sed > Makefile \ -e "s,@SIMDIR@,${simdir},g" \ + -e "s,@TOOLSDIR@,${toolsdir},g" \ -e "s,@TARGET@,${target},g" \ -e "s,@ARCHOS@,${archos},g" \ -e "s,@DEBUG@,${debug},g" \ @@ -81,6 +82,7 @@ sed > Makefile \ ARCHOS=@ARCHOS@ SIMDIR=@SIMDIR@ +TOOLSDIR=@TOOLSDIR@ DEBUG=@DEBUG@ TARGET=@TARGET@ DISPLAY=@DISPLAY@ -- cgit v1.2.3