CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2017/06/23 05:54:22
Modified files: gnu/usr.bin/cc/cc_tools: Makefile Log message: 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@