Tools are now moved into /shared
authorChris Lattner <sabre@nondot.org>
Mon, 12 Aug 2002 21:20:59 +0000 (21:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Aug 2002 21:20:59 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3292 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 27254ed93ff69a68ba0a4a61e1185c919fe4a664..e0d5111e1bcf6789e75c7a7b5eeabd448b1f5f90 100644 (file)
@@ -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