Fix build breakage (again) when srcdir != objdir, other small fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56998 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvmc2/examples/Simple.td b/tools/llvmc2/examples/Simple.td
index 88d4f0e..4885301 100644
--- a/tools/llvmc2/examples/Simple.td
+++ b/tools/llvmc2/examples/Simple.td
@@ -1,6 +1,6 @@
 // A simple wrapper for gcc.
 // To compile, use this command:
-//    make TOOLNAME=llvmc_simple GRAPH=examples/Simple.td
+//      TOFIX
 
 include "Common.td"