summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72bfaa78e6..660f0e922b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS := lib Driver docs tools
+DIRS := include lib Driver docs tools
include $(LEVEL)/Makefile.common