diff options
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/Makefile')
-rw-r--r-- | lldb/source/Plugins/OperatingSystem/Python/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Python/Makefile b/lldb/source/Plugins/OperatingSystem/Python/Makefile index 4f5b45c82f9..67cd0acd703 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/Makefile +++ b/lldb/source/Plugins/OperatingSystem/Python/Makefile @@ -1,14 +1,14 @@ ##==- source/Plugins/OperatingSystem/Python/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 := lldbPluginOperatingSystemPython +LIBRARYNAME := lldbPluginOSPython BUILD_ARCHIVE = 1 include $(LLDB_LEVEL)/Makefile |