Tools are now moved into /shared

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3292 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-08-12 21:20:59 +00:00
parent 285af38864
commit c0c4d70ad8

View 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