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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits