x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake
diff --git a/Makefile b/Makefile
index 7c2cfc8..2fc9cc3 100644
--- a/Makefile
+++ b/Makefile
@@ -157,17 +157,17 @@
 
 
 # by default, we compile full X86 instruction sets
-X86_COMPACT =
-ifneq (,$(findstring yes,$(CAPSTONE_X86_COMPACT)))
-X86_COMPACT = _compact
-CFLAGS += -DCAPSTONE_X86_COMPACT
+X86_REDUCE =
+ifneq (,$(findstring yes,$(CAPSTONE_X86_REDUCE)))
+X86_REDUCE = _reduce
+CFLAGS += -DCAPSTONE_X86_REDUCE
 endif
 
 DEP_X86 =
-DEP_X86 += arch/X86/X86GenAsmWriter$(X86_COMPACT).inc
-DEP_X86 += arch/X86/X86GenAsmWriter1$(X86_COMPACT).inc
-DEP_X86 += arch/X86/X86GenDisassemblerTables$(X86_COMPACT).inc
-DEP_X86 += arch/X86/X86GenInstrInfo$(X86_COMPACT).inc
+DEP_X86 += arch/X86/X86GenAsmWriter$(X86_REDUCE).inc
+DEP_X86 += arch/X86/X86GenAsmWriter1$(X86_REDUCE).inc
+DEP_X86 += arch/X86/X86GenDisassemblerTables$(X86_REDUCE).inc
+DEP_X86 += arch/X86/X86GenInstrInfo$(X86_REDUCE).inc
 DEP_X86 += arch/X86/X86GenRegisterInfo.inc
 
 LIBOBJ_X86 =