mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix for Solaris incapability
This commit is contained in:
@@ -43,9 +43,10 @@ all: .deps Zend/Makefile.am TSRM/Makefile.am $(targets)
|
||||
|
||||
.deps:
|
||||
@echo creating empty dependencies
|
||||
find ext sapi regex -type d \! -name \*CVS -exec touch {}/.deps \;
|
||||
touch pear/.deps
|
||||
touch $@
|
||||
for i in `find ext sapi regex -type d \! -name \*CVS`; do \
|
||||
list="$$list $$i/.deps"; \
|
||||
done; \
|
||||
touch $$list pear/.deps $@
|
||||
|
||||
Zend/Makefile.am:
|
||||
test -d Zend || (test -d ../Zend && ln -s ../Zend Zend)
|
||||
|
||||
Reference in New Issue
Block a user