diff --git a/doc/Makefile.am b/doc/Makefile.am index 96ae860fee..2ec6aa3d8f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -59,7 +59,7 @@ all-local: echo >> images.tmp && \ if ! cmp "$(srcdir)/images.mk" images.tmp >/dev/null; then \ echo "warning: new images added to '$(srcdir)/images.mk'"; \ - mv images.tmp "$(srcdir)/images.mk"; \ + mv -f images.tmp "$(srcdir)/images.mk"; \ else \ rm images.tmp; \ fi