summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/d2c/d2c.mk2
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; \