From: H. Peter Anvin Date: Thu, 24 Oct 2013 12:57:57 +0000 (+0100) Subject: Makefile.in: always run "make alldeps" when "make dist" X-Git-Tag: nasm-2.11.05~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33eecb68c2054ca1d8d66c848c114a01396cd796;p=platform%2Fupstream%2Fnasm.git 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 --- diff --git a/Makefile.in b/Makefile.in index 60aa6bc..58d272c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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