mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-18 18:50:23 +08:00
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:
parent
9e5e5ec5b6
commit
295b64541c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user