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

SVN revision: 82765
devs/devilhorns/wayland_egl
Daniel Juyung Seo 10 years ago
parent b4b7c9239d
commit 7905cd0354
  1. 2
      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

Loading…
Cancel
Save