Add check for up to date def_data.[ch] in check-dist target.

This commit is contained in:
Todd C. Miller
2019-12-26 18:57:26 -07:00
parent 1e25d03c98
commit f139d2361a

View File

@@ -341,7 +341,10 @@ install-nls:
done; \
fi
check-dist: update-pot compile-po
mkdefaults:
cd plugins/sudoers && exec $(MAKE) DEVEL=1 ./def_data.c ./def_data.h
check-dist: update-pot compile-po mkdefaults
@if test -d $(srcdir)/.hg && cd $(srcdir); then \
if test `hg stat -am | wc -l` -ne 0; then \
echo "Uncommitted changes" 1>&2; \