[Lldb-commits] [lldb] r374462 - [Make] Remove spurious line break

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 10 14:49:25 PDT 2019


Author: jdevlieghere
Date: Thu Oct 10 14:49:25 2019
New Revision: 374462

URL: http://llvm.org/viewvc/llvm-project?rev=374462&view=rev
Log:
[Make] Remove spurious line break

This test is disabled upstream and therefore this went unnoticed.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/macosx/macabi/Makefile

Modified: lldb/trunk/packages/Python/lldbsuite/test/macosx/macabi/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/macosx/macabi/Makefile?rev=374462&r1=374461&r2=374462&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/macosx/macabi/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/macosx/macabi/Makefile Thu Oct 10 14:49:25 2019
@@ -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
 




More information about the lldb-commits mailing list