[Lldb-commits] [lldb] r147823 - /lldb/trunk/examples/interposing/darwin/fd_interposing/Makefile

Johnny Chen johnny.chen at apple.com
Mon Jan 9 17:29:35 PST 2012


Author: johnny
Date: Mon Jan  9 19:29:35 2012
New Revision: 147823

URL: http://llvm.org/viewvc/llvm-project?rev=147823&view=rev
Log:
Fix make errors (define the DYLIB_ONLY make variable).

Modified:
    lldb/trunk/examples/interposing/darwin/fd_interposing/Makefile

Modified: lldb/trunk/examples/interposing/darwin/fd_interposing/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/interposing/darwin/fd_interposing/Makefile?rev=147823&r1=147822&r2=147823&view=diff
==============================================================================
--- lldb/trunk/examples/interposing/darwin/fd_interposing/Makefile (original)
+++ lldb/trunk/examples/interposing/darwin/fd_interposing/Makefile Mon Jan  9 19:29:35 2012
@@ -1,7 +1,7 @@
 LEVEL = ../../../../test/make
 
-DYLIB_NO_EXECUTABLE := YES
 DYLIB_NAME := FDInterposing
+DYLIB_ONLY := YES
 DYLIB_CXX_SOURCES := FDInterposing.cpp
 
 include $(LEVEL)/Makefile.rules





More information about the lldb-commits mailing list