diet.h depends on config.mk. patch by Pancake
This commit is contained in:
parent
758f50ba2d
commit
8690959804
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue