diff options
author | Sascha Schumann <sas@php.net> | 1999-12-30 03:23:05 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-30 03:23:05 +0000 |
commit | e3af8ed3217b0a3bd46382e523bb12cfdc12e230 (patch) | |
tree | 5b01e0247c86f7218aab13f429756869a6ba6cf6 /build/build2.mk | |
parent | 7070605a17479b6408789aa6fb1489f0fd42f44c (diff) | |
download | php-git-e3af8ed3217b0a3bd46382e523bb12cfdc12e230.tar.gz |
We build in regex as well, create empty .deps
Diffstat (limited to 'build/build2.mk')
-rw-r--r-- | build/build2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build2.mk b/build/build2.mk index 76f3f02c68..bf079c2612 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -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 $@ |