From: Jonas Devlieghere Date: Thu, 10 Oct 2019 21:49:25 +0000 (+0000) Subject: [Make] Remove spurious line break X-Git-Tag: llvmorg-11-init~6842 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cff8648cc84125d603b9de72de1f949e98b8092;p=platform%2Fupstream%2Fllvm.git [Make] Remove spurious line break This test is disabled upstream and therefore this went unnoticed. llvm-svn: 374462 --- diff --git a/lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile b/lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile index 286c774..61e3337 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile +++ b/lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile @@ -8,7 +8,7 @@ CFLAGS_EXTRAS := -target $(TRIPLE) all: libfoo.dylib a.out -libfoo.dylib: foo.c \ +libfoo.dylib: foo.c $(MAKE) -f $(MAKEFILE_RULES) \ DYLIB_ONLY=YES DYLIB_NAME=foo DYLIB_C_SOURCES=foo.c