diff options
| author | Bill Wendling <isanbard@gmail.com> | 2012-10-03 08:07:20 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2012-10-03 08:07:20 +0000 |
| commit | 32669834d346bfeb739c7f3f17cb83d8141624b7 (patch) | |
| tree | 70c26a812716a656b6d1499f89e4a341c396f845 | |
| parent | 0bd3665a5c668a7a51e87078100c44677db713c8 (diff) | |
| download | bcm5719-llvm-32669834d346bfeb739c7f3f17cb83d8141624b7.tar.gz bcm5719-llvm-32669834d346bfeb739c7f3f17cb83d8141624b7.zip | |
Add the missing backslash-newline which was causing make errors.
llvm-svn: 165098
| -rw-r--r-- | clang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/Makefile b/clang/Makefile index 6eec517bd19..2ffe3597a96 100644 --- a/clang/Makefile +++ b/clang/Makefile @@ -28,8 +28,8 @@ ifeq ($(MAKECMDGOALS),libs-only) OPTIONAL_DIRS := endif ifeq ($(BUILD_CLANG_ONLY),YES) - DIRS := $(filter-out tools docs unittests, $(DIRS)) - tools/driver tools/libclang + DIRS := $(filter-out tools docs unittests, $(DIRS)) \ + tools/driver tools/libclang OPTIONAL_DIRS := endif |

