summaryrefslogtreecommitdiffstats
path: root/include/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 /include/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 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile
deleted file mode 100644
index 47daabc7fa..0000000000
--- a/include/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-LEVEL = ../../..
-DIRS := clang
-
-include $(LEVEL)/Makefile.common