mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Makefile.in: Makefile.dep is not optional for external dependencies
If we have external dependencies, we need Makefile.dep to exist; this forces make to invoke the Makefile.dep target if this file is missing. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
12308896bb
commit
9e5e5ec5b6
@ -564,7 +564,7 @@ cleandeps: $(PERLREQ) tools/syncfiles.pl tools/mkdep.pl
|
||||
# @object-ending: ".$(O)"
|
||||
# @path-separator: "/"
|
||||
# @external: "Makefile.dep"
|
||||
# @include-command: "-include"
|
||||
# @include-command: "include"
|
||||
# @selfrule: "1"
|
||||
#-- Everything below is generated by mkdep.pl - do not edit --#
|
||||
-include Makefile.dep
|
||||
include Makefile.dep
|
||||
|
Loading…
Reference in New Issue
Block a user