summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/build2.mk2
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 $@