From c0c4d70ad8eeb417f55e491a8f47c35c7586cea8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 12 Aug 2002 21:20:59 +0000 Subject: [PATCH] Tools are now moved into /shared git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3292 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.tests b/test/Makefile.tests index 27254ed93ff..e0d5111e1bc 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 -- 2.34.1