]> granicus.if.org Git - php/commitdiff
Add necessary rule.
authorSascha Schumann <sas@php.net>
Mon, 4 Oct 1999 15:35:16 +0000 (15:35 +0000)
committerSascha Schumann <sas@php.net>
Mon, 4 Oct 1999 15:35:16 +0000 (15:35 +0000)
Zend/Makefile.am

index 005f39d50fc053f389dcce601ed5fc286b5e4b52..f92cdfc5e2bc1b0102403cd79f7fa8de204e8529 100644 (file)
@@ -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 $<