summaryrefslogtreecommitdiff
path: root/ext/json/Makefile.frag
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/Makefile.frag')
-rw-r--r--ext/json/Makefile.frag4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/Makefile.frag b/ext/json/Makefile.frag
index d35abfc8c4..8719b6607f 100644
--- a/ext/json/Makefile.frag
+++ b/ext/json/Makefile.frag
@@ -1,5 +1,5 @@
$(srcdir)/json_scanner.c: $(srcdir)/json_scanner.re
- $(RE2C) $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdir)/json_scanner.re
+ @$(RE2C) $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdir)/json_scanner.re
$(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y
- $(YACC) --defines -l $(srcdir)/json_parser.y -o $@
+ @$(YACC) --defines -l $(srcdir)/json_parser.y -o $@