Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 13 Jan 2004 22:10:06 +0000 (22:10 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 13 Jan 2004 22:10:06 +0000 (22:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10829 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 0b2eba728f918217cf7abd5a0fa160a6a59740ce..0e3a76901adaa8e5a87e582777ee1903961d4fcd 100644 (file)
@@ -36,12 +36,7 @@ endif
 
 TOOLS    = $(LLVMTOOLCURRENT)
 
-# LLVM Tool Definitions...
-#
-LCC      = $(LLVMGCC)   ## FIXME: remove these definitions, use LLVMGCC directly
-LCXX     = $(LLVMGXX)   ## FIXME: remove these definitions, use LLVMGXX directly
-LAS      = $(LLVMAS)    ## FIXME: remove these definitions, use LLVMAS directly
-
+# LLVM Tool Definitions (LLVMGCC, LLVMGXX, LLVMAS are provided by Makefile.rules)
 LLI      = $(TOOLS)/lli
 LLC      = $(TOOLS)/llc
 LGCCAS   = $(TOOLS)/gccas