summaryrefslogtreecommitdiff
path: root/Zend/Makefile.am
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-03-30 04:11:31 +0000
committerSascha Schumann <sas@php.net>2000-03-30 04:11:31 +0000
commit41eef61c69213bcd0f100f64abd302d6b170ae37 (patch)
tree6431ab6fee6d92129ae728424c3be3b008c46199 /Zend/Makefile.am
parent4179e856931c6b7effd337f16beb3a509c509165 (diff)
downloadphp-git-41eef61c69213bcd0f100f64abd302d6b170ae37.tar.gz
Give another hint to BSD makes
Diffstat (limited to 'Zend/Makefile.am')
-rw-r--r--Zend/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/Makefile.am b/Zend/Makefile.am
index d9af5a2ba0..ce11fa7ef6 100644
--- a/Zend/Makefile.am
+++ b/Zend/Makefile.am
@@ -23,7 +23,7 @@ libZend_la_DEPENDENCIES = $(ZEND_SCANNER)
# automake isn't too clever about "non-standard" use of lex and yacc
-zend-scanner.l: zend-parser.h
+$(srcdir)/zend-scanner.l: zend-parser.h
zend-scanner.c: $(srcdir)/zend-scanner.l
$(LEX) -Pzend -o$@ -i $(srcdir)/zend-scanner.l