summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-30 14:47:32 +0000
committerSascha Schumann <sas@php.net>1999-12-30 14:47:32 +0000
commit2a7fb5146611b783d48414066b989ad9bb27c3d6 (patch)
tree6d6ed2782b793261619231d5861afa7af0feefbe
parent7948fe36c4db48191288ea5a8e5edd252f678fdd (diff)
downloadphp-git-2a7fb5146611b783d48414066b989ad9bb27c3d6.tar.gz
Remove second {}, that shouldn't be there
-rw-r--r--build/build2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build2.mk b/build/build2.mk
index b5413143f5..e080c4c1f3 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 regex -type d \! -name \*CVS -exec touch {}/.deps {} \;
+ find ext sapi regex -type d \! -name \*CVS -exec touch {}/.deps \;
touch pear/.deps
touch $@