From f6968f388662b1203508065979b361cba4c28512 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Nov 2003 09:49:14 +0000 Subject: Move rule to top-level makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10255 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/Makefile.tests') diff --git a/test/Makefile.tests b/test/Makefile.tests index 948023c..03124df 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 -- cgit v1.1