[Lldb-commits] [lldb] r232669 - Try to fix the Makefile build.
Zachary Turner
zturner at google.com
Wed Mar 18 13:58:39 PDT 2015
Author: zturner
Date: Wed Mar 18 15:58:39 2015
New Revision: 232669
URL: http://llvm.org/viewvc/llvm-project?rev=232669&view=rev
Log:
Try to fix the Makefile build.
I deleted lldb-log.cpp, but the Makefile build lists this file
explicitly, so it is removed in this patch.
Modified:
lldb/trunk/source/Makefile
Modified: lldb/trunk/source/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Makefile?rev=232669&r1=232668&r2=232669&view=diff
==============================================================================
--- lldb/trunk/source/Makefile (original)
+++ lldb/trunk/source/Makefile Wed Mar 18 15:58:39 2015
@@ -19,7 +19,7 @@ ifeq (Darwin,$(shell uname -s))
BUILT_SOURCES = LLDB_vers.c
endif
-SOURCES := lldb-log.cpp lldb.cpp
+SOURCES := lldb.cpp
include $(LLDB_LEVEL)/Makefile
More information about the lldb-commits
mailing list