summaryrefslogtreecommitdiff
path: root/genfiles
diff options
context:
space:
mode:
Diffstat (limited to 'genfiles')
-rwxr-xr-xgenfiles4
1 files changed, 4 insertions, 0 deletions
diff --git a/genfiles b/genfiles
index dad4a62431..be44af70d6 100755
--- a/genfiles
+++ b/genfiles
@@ -17,6 +17,10 @@ STD="make -f Zend/Makefile.frag RE2C='$RE2C' RE2C_FLAGS='-i' YACC='$YACC' srcdir
STD="make -f sapi/phpdbg/Makefile.frag RE2C='$RE2C' RE2C_FLAGS='-i' YACC='$YACC' srcdir=sapi/phpdbg builddir=sapi/phpdbg top_srcdir=."
(eval "$STD sapi/phpdbg/phpdbg_parser.c sapi/phpdbg/phpdbg_lexer.c")
+# Generate json parser and lexer files
+STD="make -f ext/json/Makefile.frag RE2C='$RE2C' RE2C_FLAGS='-i' YACC='$YACC' srcdir=ext/json builddir=ext/json top_srcdir=."
+(eval "$STD ext/json/json_parser.tab.c ext/json/json_scanner.c")
+
set -x
CLEANUP_FILES=" \