diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-10-03 21:08:21 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-10-03 21:08:21 +0000 |
commit | a1ec84474bae3b0bef6d3f76c91456e8afecacd4 (patch) | |
tree | de0e25a2a5d4bedbda4367d96f41e1204c1ff697 | |
parent | f484b139dbc7a0e303657da51585d29ca2c9a007 (diff) | |
download | bcm5719-llvm-a1ec84474bae3b0bef6d3f76c91456e8afecacd4.tar.gz bcm5719-llvm-a1ec84474bae3b0bef6d3f76c91456e8afecacd4.zip |
Remove the directory that these are already in.
llvm-svn: 165162
-rw-r--r-- | clang/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/Makefile b/clang/tools/Makefile index b2a9f36f8e0..fb23e668073 100644 --- a/clang/tools/Makefile +++ b/clang/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 |