]> granicus.if.org Git - clang/commitdiff
Add the missing backslash-newline which was causing make errors.
authorBill Wendling <isanbard@gmail.com>
Wed, 3 Oct 2012 08:07:20 +0000 (08:07 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 3 Oct 2012 08:07:20 +0000 (08:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165098 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 6eec517bd195d9bd0f51cbc553a4b699165e2942..2ffe3597a96fd40c2caee55f901cedf222063130 100644 (file)
--- a/Makefile
+++ b/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