Makefile: indentation
This commit is contained in:
parent
85d1bc7bc4
commit
44d12eef24
2
Makefile
2
Makefile
|
@ -188,7 +188,7 @@ ifneq (,$(findstring x86,$(CAPSTONE_ARCHS)))
|
||||||
CFLAGS += -DCAPSTONE_HAS_X86
|
CFLAGS += -DCAPSTONE_HAS_X86
|
||||||
LIBOBJ_X86 += $(OBJDIR)/arch/X86/X86DisassemblerDecoder.o
|
LIBOBJ_X86 += $(OBJDIR)/arch/X86/X86DisassemblerDecoder.o
|
||||||
LIBOBJ_X86 += $(OBJDIR)/arch/X86/X86Disassembler.o
|
LIBOBJ_X86 += $(OBJDIR)/arch/X86/X86Disassembler.o
|
||||||
LIBOBJ_X86 += $(OBJDIR)/arch/X86/X86InstPrinterCommon.o
|
LIBOBJ_X86 += $(OBJDIR)/arch/X86/X86InstPrinterCommon.o
|
||||||
LIBOBJ_X86 += $(OBJDIR)/arch/X86/X86IntelInstPrinter.o
|
LIBOBJ_X86 += $(OBJDIR)/arch/X86/X86IntelInstPrinter.o
|
||||||
# assembly syntax is irrelevant in Diet mode, when this info is suppressed
|
# assembly syntax is irrelevant in Diet mode, when this info is suppressed
|
||||||
ifeq (,$(findstring yes,$(CAPSTONE_DIET)))
|
ifeq (,$(findstring yes,$(CAPSTONE_DIET)))
|
||||||
|
|
Loading…
Reference in New Issue