diff options
author | foobar <sniper@php.net> | 2003-01-28 10:59:12 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-01-28 10:59:12 +0000 |
commit | 20c43285f78f745f88faf70062b04ed26a8c3c11 (patch) | |
tree | 6572fbdd36b5ba7202debca5cc7dfd1ef67d2901 /Makefile.frag | |
parent | 41d6e9af8daadf1ce16dcbbbe085452e38d17618 (diff) | |
download | php-git-20c43285f78f745f88faf70062b04ed26a8c3c11.tar.gz |
- Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)
Diffstat (limited to 'Makefile.frag')
-rw-r--r-- | Makefile.frag | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.frag b/Makefile.frag index ff6bf06234..2a4aa1c7f8 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -1,3 +1,8 @@ + +# +# Zend +# + $(builddir)/zend_language_scanner.lo: $(builddir)/zend_language_parser.h $(builddir)/zend_ini_scanner.lo: $(builddir)/zend_ini_parser.h |