Force dependencies one per line.

Force makedepend to output one dependency per line, which will make
reading diffs against it much easier.  ok djm@
This commit is contained in:
Darren Tucker 2019-07-19 13:20:03 +10:00
parent b5bc5d016b
commit 05500af21d
2 changed files with 5889 additions and 167 deletions

6054
.depend

File diff suppressed because it is too large Load Diff

View File

@ -310,7 +310,7 @@ depend: depend-rebuild
depend-rebuild: depend-rebuild:
rm -f config.h rm -f config.h
touch config.h touch config.h
makedepend -w1000 -Y. -f .depend *.c 2>/dev/null makedepend -w1 -Y. -f .depend *.c 2>/dev/null
rm -f config.h rm -f config.h
depend-check: depend-rebuild depend-check: depend-rebuild