From: Bill Wendling Date: Wed, 3 Oct 2012 08:07:20 +0000 (+0000) Subject: Add the missing backslash-newline which was causing make errors. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32669834d346bfeb739c7f3f17cb83d8141624b7;p=platform%2Fupstream%2Fllvm.git Add the missing backslash-newline which was causing make errors. llvm-svn: 165098 --- diff --git a/clang/Makefile b/clang/Makefile index 6eec517..2ffe359 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