mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
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:
parent
b5bc5d016b
commit
05500af21d
@ -310,7 +310,7 @@ depend: depend-rebuild
|
||||
depend-rebuild:
|
||||
rm -f 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
|
||||
|
||||
depend-check: depend-rebuild
|
||||
|
Loading…
x
Reference in New Issue
Block a user