* Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
[deliverable/binutils-gdb.git] / Makefile.tpl
index 37317bcaf88aed5ac55dbfa4afe041ca7f69bf9e..98b526c5a488615665113e43837f81044a67d7dc 100644 (file)
@@ -771,7 +771,7 @@ local-distclean:
        -rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
        -rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
        -rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null
-       -find . -name config.cache -delete \; 2>/dev/null
+       -find . -name config.cache -exec rm -f {} \; \; 2>/dev/null
 
 local-maintainer-clean:
        @echo "This command is intended for maintainers to use;"
This page took 0.024689 seconds and 4 git commands to generate.