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:
H. Peter Anvin (Intel) 2020-06-04 18:44:23 -07:00
parent 12308896bb
commit 9e5e5ec5b6

View File

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