projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d68822
)
Make AutoGenerated.inc depend also on Tools.td and Common.td
author
Mikhail Glushenkov
<foldr@codedgers.com>
Tue, 6 May 2008 18:08:12 +0000
(18:08 +0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Tue, 6 May 2008 18:08:12 +0000
(18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50745
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvmc2/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvmc2/Makefile
b/tools/llvmc2/Makefile
index 4cb967c3b6ed4c449c8d1b8fc34384a8d24c0e8d..772e9ec33a9661efd90ef4a8132abd2716bdae8a 100644
(file)
--- a/
tools/llvmc2/Makefile
+++ b/
tools/llvmc2/Makefile
@@
-1,4
+1,4
@@
-##===- tools/llvmc
c
/Makefile -------------------------------*- Makefile -*-===##
+##===- tools/llvmc
2
/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.