summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-03-14 15:58:54 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-03-14 15:58:54 +0000
commite89b6b272f9f3b15afa56a701a4d7a6b1001ed34 (patch)
tree12f04fbcf406b8e5d03e5bd19c02f035da11d669 /Makefile
parent3801d71fbeb6e74a22cdd6a858e10d887bc29c7a (diff)
Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67009 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 660f0e922b..72bfaa78e6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS := include lib Driver docs tools
+DIRS := lib Driver docs tools
include $(LEVEL)/Makefile.common