[Make] Remove spurious line break
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 10 Oct 2019 21:49:25 +0000 (21:49 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 10 Oct 2019 21:49:25 +0000 (21:49 +0000)
This test is disabled upstream and therefore this went unnoticed.

llvm-svn: 374462

lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile

index 286c774..61e3337 100644 (file)
@@ -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