mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Oops, wrong path
This commit is contained in:
parent
e3dd0a28ce
commit
e404a471e7
@ -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 mysql/libmysql/.deps $@
|
||||
touch $$list pear/.deps ext/mysql/libmysql/.deps $@
|
||||
|
||||
Zend/Makefile.am:
|
||||
test -d Zend || (test -d ../Zend && ln -s ../Zend Zend)
|
||||
|
Loading…
Reference in New Issue
Block a user