summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2020-06-04 18:59:25 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2020-06-04 18:59:25 -0700
commit295b64541c3921b94283018961443043b38cd66c (patch)
tree2139e015e66288f80ead58d421b35d37b3595542 /Makefile.in
parent9e5e5ec5b6a07328b4ca6260d0d3266fef4fc8c0 (diff)
downloadnasm-295b64541c3921b94283018961443043b38cd66c.tar.gz
Makefile.in: always_everything needs to depend on dirs
If the directories don't exist, we could get serious weirdness. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 98ac0824..dbf8c6e3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -445,7 +445,8 @@ doc_install install_doc:
# Dummy target to prevent accidental invocation of the default "all" target
nothing:
-always_everything: all doc rdf
+always_everything: dirs
+ $(MAKE) all doc
everything: always_everything
$(MAKE) $(MANPAGES) $(NSIS) nothing