aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-31 22:50:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-31 22:50:27 +0000
commitb1668c9880a9992d7a2b1222df673716cf232cce (patch)
tree15f446e569340a939cb6e900910f94d0176aaade /lib
parentce0575750c7180a2fdf06220d0d75c1d7dc9608b (diff)
downloadlldb-b1668c9880a9992d7a2b1222df673716cf232cce.tar.gz
build: Fixup Darwin process plugin build for Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@143376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 6abd672f6..cd1013d6f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -76,7 +76,7 @@ ifeq ($(HOST_OS),Darwin)
lldbPluginObjectFileMachO.a \
lldbPluginSymbolVendorMacOSX.a \
lldbPluginPlatformMacOSX.a \
- lldbPluginProcessDarwin
+ lldbPluginProcessDarwin.a
endif
ifeq ($(HOST_OS),Linux)