Skip to content

Commit

Permalink
Move rule to top-level makefile
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10255 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Nov 29, 2003
1 parent e893d64 commit f6968f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Makefile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6968f3

Please sign in to comment.