diet.h depends on config.mk. patch by Pancake
diff --git a/Makefile b/Makefile
index 0da5a1a..bd4a662 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@
 $(LIBOBJ): include/diet.h
 
 # auto-generate include/diet.h
-include/diet.h:
+include/diet.h: config.mk
 	@echo "// File auto-generated by Makefile for Capstone framework. DO NOT MODIFY!" > include/diet.h
 	@echo "" >> include/diet.h
 	@echo "#ifndef CAPSTONE_DIET_H" >> include/diet.h