mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
We build in regex as well, create empty .deps
This commit is contained in:
parent
7070605a17
commit
e3af8ed321
@ -43,7 +43,7 @@ all: .deps Zend/Makefile.am TSRM/Makefile.am $(targets)
|
||||
|
||||
.deps:
|
||||
@echo creating empty dependencies
|
||||
find ext sapi -type d \! -name \*CVS -exec touch {}/.deps {} \;
|
||||
find ext sapi regex -type d \! -name \*CVS -exec touch {}/.deps {} \;
|
||||
touch pear/.deps
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user