summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-03-14 12:00:12 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-03-14 12:00:12 +0000
commit3801d71fbeb6e74a22cdd6a858e10d887bc29c7a (patch)
tree1dc0da8d1326cd580067b5d6a38aac96b1da2ee0 /include/Makefile
parentf4dc83c6377fc14d230ccc3e82dc24d03b14f725 (diff)
Switch diagnostics from .def to tablegen files. Please validate the Windows build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
new file mode 100644
index 0000000000..47daabc7fa
--- /dev/null
+++ b/include/Makefile
@@ -0,0 +1,4 @@
+LEVEL = ../../..
+DIRS := clang
+
+include $(LEVEL)/Makefile.common