diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-14 15:58:54 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-14 15:58:54 +0000 |
commit | e89b6b272f9f3b15afa56a701a4d7a6b1001ed34 (patch) | |
tree | 12f04fbcf406b8e5d03e5bd19c02f035da11d669 /Makefile | |
parent | 3801d71fbeb6e74a22cdd6a858e10d887bc29c7a (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS := include lib Driver docs tools +DIRS := lib Driver docs tools include $(LEVEL)/Makefile.common |