can't call "make lint" without configure

This commit is contained in:
Matt Johnston 2020-06-15 23:38:08 +08:00
parent ee4b4db816
commit 1e10af850b

View File

@ -30,7 +30,6 @@ fi
hg archive "$RELDIR" || exit 2
(cd "$RELDIR" && autoconf && autoheader) || exit 2
(cd "$RELDIR" && make lint) || exit 2
rm -r "$RELDIR/autom4te.cache" || exit 2