summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbPluginProcessElfCore
diff options
context:
space:
mode:
Diffstat (limited to 'external/bsd/llvm/lib/liblldbPluginProcessElfCore')
-rw-r--r--external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile b/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile
index 0a888f774b0..38231be2788 100644
--- a/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile
+++ b/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/10/14 01:37:40 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/30 18:28:16 joerg Exp $
LIB= lldbPluginProcessElfCore
@@ -6,7 +6,9 @@ LIB= lldbPluginProcessElfCore
.PATH: ${LLDB_SRCDIR}/source/Plugins/Process/elf-core
-CPPFLAGS.RegisterContextPOSIXCore_mips64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/POSIX
+CPPFLAGS.RegisterContextPOSIXCore_mips64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
+CPPFLAGS.RegisterContextPOSIXCore_x86_64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
+CPPFLAGS.ThreadElfCore.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
SRCS+= ProcessElfCore.cpp \
RegisterContextPOSIXCore_mips64.cpp \