[llvm-commits] [llvm] r50745 - /llvm/trunk/tools/llvmc2/Makefile
Mikhail Glushenkov
foldr at codedgers.com
Tue May 6 11:08:12 PDT 2008
Author: foldr
Date: Tue May 6 13:08:12 2008
New Revision: 50745
URL: http://llvm.org/viewvc/llvm-project?rev=50745&view=rev
Log:
Make AutoGenerated.inc depend also on Tools.td and Common.td
Modified:
llvm/trunk/tools/llvmc2/Makefile
Modified: llvm/trunk/tools/llvmc2/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc2/Makefile?rev=50745&r1=50744&r2=50745&view=diff
==============================================================================
--- llvm/trunk/tools/llvmc2/Makefile (original)
+++ llvm/trunk/tools/llvmc2/Makefile Tue May 6 13:08:12 2008
@@ -1,4 +1,4 @@
-##===- tools/llvmcc/Makefile -------------------------------*- Makefile -*-===##
+##===- tools/llvmc2/Makefile -------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -14,7 +14,7 @@
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.
More information about the llvm-commits
mailing list