Makefile.in: always run "make alldeps" when "make dist"

"make dist" (tarball generation) really should include "make alldeps"
so the Makefile dependencies are correct.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2013-10-24 13:57:57 +01:00
parent 165eead3b8
commit 33eecb68c2

View File

@ -254,7 +254,9 @@ everything: all doc rdf
install_everything: everything install install_doc install_rdf
dist: spotless perlreq manpages spec
dist:
$(MAKE) alldeps
$(MAKE) spotless perlreq manpages spec
autoheader
autoconf
$(RM) -rf ./autom4te*.cache