diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-29 09:49:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-29 09:49:14 +0000 |
commit | f6968f388662b1203508065979b361cba4c28512 (patch) | |
tree | f11c2bc960be32c997c3b7d92b709735cad4f39d /test/Makefile.tests | |
parent | e893d649fa4ba38b7325ea3b482b8363176f0263 (diff) |
Move rule to top-level makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10255 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r-- | test/Makefile.tests | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index 948023ced9..03124dfb99 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -45,8 +45,7 @@ LAS = $(LLVMAS) ## FIXME: remove these definitions, use LLVMAS directly LLI = $(TOOLS)/lli LLC = $(TOOLS)/llc LGCCAS = $(TOOLS)/gccas -LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib -LGCCLDPROG = $(TOOLS)/gccld +LGCCLD = $(LGCCLDPROG) -L$(LLVMGCCDIR)/lib/gcc/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib LDIS = $(TOOLS)/llvm-dis LOPT = $(TOOLS)/opt LLINK = $(TOOLS)/llvm-link |