Skip to content

Commit 6cff864

Browse files
committed
[Make] Remove spurious line break
This test is disabled upstream and therefore this went unnoticed. llvm-svn: 374462
1 parent b9e518d commit 6cff864

File tree

1 file changed

+1
-1
lines changed
  • lldb/packages/Python/lldbsuite/test/macosx/macabi

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CFLAGS_EXTRAS := -target $(TRIPLE)
88

99
all: libfoo.dylib a.out
1010

11-
libfoo.dylib: foo.c \
11+
libfoo.dylib: foo.c
1212
$(MAKE) -f $(MAKEFILE_RULES) \
1313
DYLIB_ONLY=YES DYLIB_NAME=foo DYLIB_C_SOURCES=foo.c
1414

0 commit comments

Comments
 (0)