We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56352d1 commit 80550cbCopy full SHA for 80550cb
genfiles
@@ -1,6 +1,6 @@
1
#! /bin/sh
2
3
-STD='make -f Makefile.frag LEX="flex -L" YACC="bison -y -l" srcdir=Zend builddir=Zend'
+STD='make -f Makefile.frag RE2C="re2c" RE2C_FLAGS="-i" YACC="bison -y -l" srcdir=Zend builddir=Zend top_srcdir=.'
4
5
(eval "$STD Zend/zend_language_parser.c Zend/zend_language_scanner.c Zend/zend_ini_parser.c Zend/zend_ini_scanner.c")
6
0 commit comments