diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-10 21:49:25 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-10 21:49:25 +0000 |
commit | 6cff8648cc84125d603b9de72de1f949e98b8092 (patch) | |
tree | ec643c6b744dd8b13bbaa647f3a404393eff2eab /lldb/packages/Python/lldbsuite/test | |
parent | b9e518d3c69cd81b5a50009f4eee43ad51c53cba (diff) | |
download | bcm5719-llvm-6cff8648cc84125d603b9de72de1f949e98b8092.tar.gz bcm5719-llvm-6cff8648cc84125d603b9de72de1f949e98b8092.zip |
[Make] Remove spurious line break
This test is disabled upstream and therefore this went unnoticed.
llvm-svn: 374462
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |