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>
This commit is contained in:
H. Peter Anvin (Intel) 2020-06-04 18:59:25 -07:00
parent 9e5e5ec5b6
commit 295b64541c

View File

@ -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