Makefile.in: always run "make alldeps" when "make dist"
authorH. Peter Anvin <hpa@zytor.com>
Thu, 24 Oct 2013 12:57:57 +0000 (13:57 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 24 Oct 2013 12:57:57 +0000 (13:57 +0100)
commit33eecb68c2054ca1d8d66c848c114a01396cd796
treebf099f034abcd56a48e1cebe5dfd1a8acf9ae84d
parent165eead3b83ff8da62d506bffb37f46a156d711b
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>
Makefile.in