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)
"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

index 60aa6bc..58d272c 100644 (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