efl doc/Makefile.am: Force file movement. Do not ask me anymore.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 14 Jan 2013 15:34:18 +0000 (15:34 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 14 Jan 2013 15:34:18 +0000 (15:34 +0000)
SVN revision: 82765

doc/Makefile.am

index 96ae860..2ec6aa3 100644 (file)
@@ -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