aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-20 21:47:40 +0000
committerChris Lattner <sabre@nondot.org>2002-05-20 21:47:40 +0000
commit1458cef6b85e926064cf7c7418893bbb0871a764 (patch)
tree55dc9a67e149b20d449dcddbc025b41670f26635 /test/Makefile.tests
parentc5208d4222048002e7a89a94d7174b3db2781a52 (diff)
downloadexternal_llvm-1458cef6b85e926064cf7c7418893bbb0871a764.zip
external_llvm-1458cef6b85e926064cf7c7418893bbb0871a764.tar.gz
external_llvm-1458cef6b85e926064cf7c7418893bbb0871a764.tar.bz2
Remove unneccesary path from link line now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2679 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 bf2b85a..5d854f9 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -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