Remove the directory that these are already in.

llvm-svn: 165162
This commit is contained in:
Bill Wendling 2012-10-03 21:08:21 +00:00
parent f484b139db
commit a1ec84474b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
OPTIONAL_DIRS := extra OPTIONAL_DIRS := extra
ifeq ($(BUILD_CLANG_ONLY),YES) ifeq ($(BUILD_CLANG_ONLY),YES)
DIRS := tools/driver tools/libclang DIRS := driver libclang
OPTIONAL_DIRS := OPTIONAL_DIRS :=
endif endif