summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-12 21:20:59 +0000
committerChris Lattner <sabre@nondot.org>2002-08-12 21:20:59 +0000
commitc0c4d70ad8eeb417f55e491a8f47c35c7586cea8 (patch)
tree49a44331ff5f5100e1176b9c6606ceacc1809af0 /test/Makefile.tests
parent285af388640fd31a99d5eac3895707978609b95e (diff)
downloadllvm-c0c4d70ad8eeb417f55e491a8f47c35c7586cea8.tar.gz
llvm-c0c4d70ad8eeb417f55e491a8f47c35c7586cea8.tar.bz2
llvm-c0c4d70ad8eeb417f55e491a8f47c35c7586cea8.tar.xz
Tools are now moved into /shared
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 27254ed93f..e0d5111e1b 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -22,7 +22,7 @@ include ${LEVEL}/Makefile.common
#
LCC = /home/vadve/lattner/cvs/gcc_install/bin/gcc
LCC1 = /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/cc1
-TOOLS = $(LEVEL)/tools/Debug
+TOOLS = $(BUILD_ROOT_TOP)/tools/Debug
LLI = $(TOOLS)/lli
LLC = $(TOOLS)/llc
LAS = $(TOOLS)/as