From: Sascha Schumann Date: Mon, 4 Oct 1999 15:35:16 +0000 (+0000) Subject: Add necessary rule. X-Git-Tag: php-4.0b3_RC2~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=590f9c1dee8cbc73d106767b49786c267bd51a89;p=php Add necessary rule. --- diff --git a/Zend/Makefile.am b/Zend/Makefile.am index 005f39d50f..f92cdfc5e2 100644 --- a/Zend/Makefile.am +++ b/Zend/Makefile.am @@ -24,6 +24,8 @@ libzend_la_LDFLAGS = @EXTRA_LIBS@ # automake isn't too clever about "non-standard" use of lex and yacc +zend-scanner.l: zend-parser.h + zend-scanner.c: zend-scanner.l $(LEX) -Pzend -o$@ -i $<