efl doc/Makefile.am: Force file movement. Do not ask me anymore.

SVN revision: 82765
This commit is contained in:
Daniel Juyung Seo 2013-01-14 15:34:18 +00:00
parent b4b7c9239d
commit 7905cd0354
1 changed files with 1 additions and 1 deletions

View 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