]> granicus.if.org Git - php/commitdiff
Remove second {}, that shouldn't be there
authorSascha Schumann <sas@php.net>
Thu, 30 Dec 1999 14:47:32 +0000 (14:47 +0000)
committerSascha Schumann <sas@php.net>
Thu, 30 Dec 1999 14:47:32 +0000 (14:47 +0000)
build/build2.mk

index b5413143f52124f9e771e334072609a81ad5aea0..e080c4c1f3268029c05de525e1994b96cec077ba 100644 (file)
@@ -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 $@