summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-30 17:59:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-30 17:59:38 +0000
commit25cf7b4e9198026c8872203874d04b36831af969 (patch)
treeaf6eb1d32b5752708228a40cbc0467facb906872 /include/Makefile
parent866163bf6c66211a9b4d5ba160ac02de04ce4be6 (diff)
Move include installation steps to better location, inside each include dir instead of at the top-level.
Also, don't set NO_INSTALL=1 for c-index-test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102724 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 47daabc7fa..f686d6a646 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
LEVEL = ../../..
-DIRS := clang
+DIRS := clang clang-c
include $(LEVEL)/Makefile.common