mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-08-23 10:33:50 -04:00
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:
parent
165eead3b8
commit
33eecb68c2
@ -254,7 +254,9 @@ everything: all doc rdf
|
|||||||
|
|
||||||
install_everything: everything install install_doc install_rdf
|
install_everything: everything install install_doc install_rdf
|
||||||
|
|
||||||
dist: spotless perlreq manpages spec
|
dist:
|
||||||
|
$(MAKE) alldeps
|
||||||
|
$(MAKE) spotless perlreq manpages spec
|
||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
$(RM) -rf ./autom4te*.cache
|
$(RM) -rf ./autom4te*.cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user