diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 4cb967c3b6e..772e9ec33a9 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.