diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-02-01 00:53:14 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-02-01 00:53:14 (GMT) |
commit | 7162a683b66b02c16b42a177600468a1ff56149d (patch) | |
tree | 23d5119850d049f38182ce8b3b956a44233d8906 /tools/d2c | |
parent | 792b330c1bbe573a591687d25e14d4cd1eccd3c6 (diff) |
Defined all Dalvik instructions to get generated by d2c.
Diffstat (limited to 'tools/d2c')
-rw-r--r-- | tools/d2c/d2c.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/d2c/d2c.mk b/tools/d2c/d2c.mk index 72269b7..0731329 100644 --- a/tools/d2c/d2c.mk +++ b/tools/d2c/d2c.mk @@ -32,7 +32,7 @@ SUFFIXES = .g d2c_final_rules: fix_includes_in_c_templates fix_includes_in_h_templates untabify_disass fix_includes_in_c_templates: - for f in `find .gen/ -name '*tmpl.c'`; do \ + @for f in `find .gen/ -name '*tmpl.c'`; do \ if grep -q '##INCLUDES##' $$f; then \ $(fix_verbose)sed -i 's/##INCLUDES##/$(FIXED_C_INCLUDES)/' $$f; \ fi; \ |