summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2013-10-24 13:57:57 +0100
committerH. Peter Anvin <hpa@zytor.com>2013-10-24 13:57:57 +0100
commit33eecb68c2054ca1d8d66c848c114a01396cd796 (patch)
treebf099f034abcd56a48e1cebe5dfd1a8acf9ae84d
parent165eead3b83ff8da62d506bffb37f46a156d711b (diff)
downloadnasm-33eecb68c2054ca1d8d66c848c114a01396cd796.tar.gz
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>
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 60aa6bc9..58d272c8 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