fix a failure path to print the right thing, part of PR12357
[oota-llvm.git] / utils / TableGen / Makefile
index f27cd995783e71bfd38df3559f8ba05b86224c31..0c4619d1a252d32edd7c7284efc5585276288f6f 100644 (file)
@@ -8,8 +8,8 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-TOOLNAME = tblgen
-USEDLIBS = LLVMSupport.a LLVMSystem.a
+TOOLNAME = llvm-tblgen
+USEDLIBS = LLVMTableGen.a LLVMSupport.a
 REQUIRES_EH := 1
 REQUIRES_RTTI := 1