From 590f9c1dee8cbc73d106767b49786c267bd51a89 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 4 Oct 1999 15:35:16 +0000 Subject: [PATCH] Add necessary rule. --- Zend/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 $< -- 2.50.1