diet.h depends on config.mk. patch by Pancake

This commit is contained in:
Nguyen Anh Quynh 2014-02-28 11:23:28 +08:00
parent 758f50ba2d
commit 8690959804
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ $(LIBRARY): $(LIBOBJ)
$(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