diff options
-rw-r--r-- | lldb/lib/Makefile | 2 | ||||
-rw-r--r-- | lldb/source/Plugins/Process/Utility/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index e843b88e359..f5c343e99cf 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -73,7 +73,7 @@ USEDLIBS = lldbAPI.a \ lldbPluginSystemRuntimeMacOSX.a \ lldbPluginUnwindAssemblyInstEmulation.a \ lldbPluginUnwindAssemblyX86.a \ - lldbPluginUtility.a \ + lldbPluginProcessUtility.a \ lldbSymbol.a \ lldbTarget.a \ lldbUtility.a \ diff --git a/lldb/source/Plugins/Process/Utility/Makefile b/lldb/source/Plugins/Process/Utility/Makefile index f82fa88eddb..eb0caf3f92f 100644 --- a/lldb/source/Plugins/Process/Utility/Makefile +++ b/lldb/source/Plugins/Process/Utility/Makefile @@ -1,14 +1,14 @@ ##===- source/Plugins/Utility/Makefile ---------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LLDB_LEVEL := ../../../.. -LIBRARYNAME := lldbPluginUtility +LIBRARYNAME := lldbPluginProcessUtility BUILD_ARCHIVE = 1 include $(LLDB_LEVEL)/Makefile |