From dfa8688082694d395254a601c2fce42ff6093f6b Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Sun, 2 Nov 2014 22:03:15 +0000 Subject: [PATCH] Fix the Makefile build by actually building ABI/SysV-ppc llvm-svn: 221111 --- lldb/source/Plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/Makefile b/lldb/source/Plugins/Makefile index dce782e..d5769bf 100644 --- a/lldb/source/Plugins/Makefile +++ b/lldb/source/Plugins/Makefile @@ -13,7 +13,7 @@ include $(LLDB_LEVEL)/../../Makefile.config PARALLEL_DIRS := ABI/MacOSX-arm ABI/MacOSX-arm64 ABI/MacOSX-i386 ABI/SysV-x86_64 \ - ABI/SysV-hexagon ABI/SysV-ppc64 \ + ABI/SysV-hexagon ABI/SysV-ppc ABI/SysV-ppc64 \ Disassembler/llvm \ ObjectContainer/BSD-Archive ObjectFile/ELF ObjectFile/PECOFF \ ObjectFile/JIT SymbolFile/DWARF SymbolFile/Symtab Process/Utility \ -- 2.7.4