Remove unneccesary path from link line now

llvm-svn: 2679
This commit is contained in:
Chris Lattner 2002-05-20 21:47:40 +00:00
parent 4b52d7fbac
commit dc682da4fc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ LLI = $(TOOLS)/lli
LLC = $(TOOLS)/llc
LAS = $(TOOLS)/as
LGCCAS = $(TOOLS)/gccas
LGCCLD = $(TOOLS)/gccld -L/home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/ -L/home/vadve/vadve/Research/DynOpt/LLVM/llvm/test/Libraries/Output
LGCCLD = $(TOOLS)/gccld -L/home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/
LDIS = $(TOOLS)/dis
LOPT = $(TOOLS)/opt
LLINK = $(TOOLS)/link