1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

An empty .deps was not getting generated here

This commit is contained in:
Rasmus Lerdorf
2000-04-29 16:14:17 +00:00
parent 5ef03c4ff8
commit e3dd0a28ce

View File

@@ -46,7 +46,7 @@ all: .deps Zend/Makefile.am TSRM/Makefile.am $(targets)
for i in `find ext sapi regex -type d \! -name \*CVS`; do \
list="$$list $$i/.deps"; \
done; \
touch $$list pear/.deps $@
touch $$list pear/.deps mysql/libmysql/.deps $@
Zend/Makefile.am:
test -d Zend || (test -d ../Zend && ln -s ../Zend Zend)