From 6cff8648cc84125d603b9de72de1f949e98b8092 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 10 Oct 2019 21:49:25 +0000 Subject: [Make] Remove spurious line break This test is disabled upstream and therefore this went unnoticed. llvm-svn: 374462 --- lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile b/lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile index 286c77452c5..61e3337e1d9 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 -- cgit v1.2.3