jani            Wed Mar 26 13:35:54 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    genfiles 
  Log:
  - Use the right tool here too
  
http://cvs.php.net/viewvc.cgi/php-src/genfiles?r1=1.22.2.2&r2=1.22.2.2.4.1&diff_format=u
Index: php-src/genfiles
diff -u php-src/genfiles:1.22.2.2 php-src/genfiles:1.22.2.2.4.1
--- php-src/genfiles:1.22.2.2   Tue Nov  8 20:21:47 2005
+++ php-src/genfiles    Wed Mar 26 13:35:54 2008
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-STD='make -f Makefile.frag LEX="flex -L" YACC="bison -y -l" srcdir=Zend 
builddir=Zend'
+STD='make -f Makefile.frag RE2C="re2c -i" YACC="bison -y -l" srcdir=Zend 
builddir=Zend top_srcdir=.'
 
 (eval "$STD Zend/zend_language_parser.c Zend/zend_language_scanner.c 
Zend/zend_ini_parser.c Zend/zend_ini_scanner.c")
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to