summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-10-03 21:08:21 +0000
committerBill Wendling <isanbard@gmail.com>2012-10-03 21:08:21 +0000
commit2ceac2dc62ba044af1307a6912040db4cd7ac395 (patch)
treed90316c3c2293d7f6f2ac416aed86dcac49f5d2b /tools/Makefile
parent3da76bfbd24b2747ceb72d1918bbbe3123dac841 (diff)
downloadclang-2ceac2dc62ba044af1307a6912040db4cd7ac395.tar.gz
clang-2ceac2dc62ba044af1307a6912040db4cd7ac395.tar.bz2
clang-2ceac2dc62ba044af1307a6912040db4cd7ac395.tar.xz
Remove the directory that these are already in.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index b2a9f36f8e..fb23e66807 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -18,7 +18,7 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
OPTIONAL_DIRS := extra
ifeq ($(BUILD_CLANG_ONLY),YES)
- DIRS := tools/driver tools/libclang
+ DIRS := driver libclang
OPTIONAL_DIRS :=
endif