Always include Makefile.dep, conditionally including it based on the
authorjsg <jsg@openbsd.org>
Fri, 23 Jun 2017 11:54:22 +0000 (11:54 +0000)
committerjsg <jsg@openbsd.org>
Fri, 23 Jun 2017 11:54:22 +0000 (11:54 +0000)
commitb66f60be62bc104c1885bbdb0b757a79a597b229
tree6739e8748ceafc29ba07fbabff4c7eaa7be92d4f
parent5d73850d14343da3e6a856e81ffc74b32d162e2c
Always include Makefile.dep, conditionally including it based on the
existence of a .depend file can lead to various problems.

The logic before rev 1.15 resulted in Makefile.dep always being
included as DEPENDSFILE was never set so this returns to the old
behaviour.

ok espie@
gnu/usr.bin/cc/cc_tools/Makefile