Fix make check

The output of codespell was changed to non-colored in 0c57ab7 ("Update the
handling of colour output for more use-cases.") if stdout is not a
terminal. This is the case for the rule in make check. Just update the
hash so it matches without color.
This commit is contained in:
Lucas De Marchi
2015-03-09 09:26:00 -03:00
parent 297e754268
commit 15ebf3cd03

View File

@ -13,7 +13,7 @@ codespell: codespell.py
sed "s|^default_dictionary = .*|default_dictionary = '${datadir}/dictionary.txt'|" < $^ > $@
check:
test f66431c66b437c78523bc07b872b9a7b = $$(./codespell.py example/ | md5sum | cut -f1 -d\ )
test 1bfb1f089c3c7772f0898f66df089b9e = $$(./codespell.py example/ | md5sum | cut -f1 -d\ )
install: codespell
install -d ${DESTDIR}${datadir} ${DESTDIR}${bindir}