diff options
-rw-r--r-- | tools/llvmc2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 4cb967c3b6..772e9ec33a 100644 --- a/tools/llvmc2/Makefile +++ b/tools/llvmc2/Makefile @@ -1,4 +1,4 @@ -##===- tools/llvmcc/Makefile -------------------------------*- Makefile -*-===## +##===- tools/llvmc2/Makefile -------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -14,7 +14,7 @@ REQUIRES_EH := 1 include $(LEVEL)/Makefile.common -TOOLS_SOURCE=Example.td +TOOLS_SOURCE=Example.td Tools.td Common.td # TOFIX: integrate this part into Makefile.rules? # The degree of horrorshowness in that file is too much for me atm. |