oops get images.mk generation right. missing |

This commit is contained in:
Carsten Haitzler 2013-03-26 09:42:31 +09:00
parent fb1b5ff11b
commit 284e6c963d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ include images.mk
all-local: all-local:
@rm -f images.tmp; \ @rm -f images.tmp; \
echo $(ECHO_N) 'EXTRA_DIST += ' > images.tmp; \ echo $(ECHO_N) 'EXTRA_DIST += ' > images.tmp; \
(cd $(srcdir) && find ./img -type f -print | cut -d/ -f2- | grep -v '~' sort | tr '\n' ' ') >> images.tmp && \ (cd $(srcdir) && find ./img -type f -print | cut -d/ -f2- | grep -v '~' | sort | tr '\n' ' ') >> images.tmp && \
echo >> images.tmp && \ echo >> images.tmp && \
if ! cmp "$(srcdir)/images.mk" images.tmp >/dev/null; then \ if ! cmp "$(srcdir)/images.mk" images.tmp >/dev/null; then \
echo "warning: new images added to '$(srcdir)/images.mk'"; \ echo "warning: new images added to '$(srcdir)/images.mk'"; \