From 7905cd03549e787c36bfd7c636ee20dc771b03a2 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 14 Jan 2013 15:34:18 +0000 Subject: [PATCH] efl doc/Makefile.am: Force file movement. Do not ask me anymore. SVN revision: 82765 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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