Re: Remove .depend leftovers from Makefiles

2017-10-17 Thread Marc Espie
On Tue, Oct 17, 2017 at 01:51:25PM +0200, Christian Weisgerber wrote: > As far as I can tell, nothing in the build system generates .depend > files any longer, nor do they appear as prerequisites in any make > rules. The patch below removes all remaining mentions of .depend > (lists of files to

Remove .depend leftovers from Makefiles

2017-10-17 Thread Christian Weisgerber
As far as I can tell, nothing in the build system generates .depend files any longer, nor do they appear as prerequisites in any make rules. The patch below removes all remaining mentions of .depend (lists of files to clean, spurious .depend targets, etc) from the src Makefiles. This passed a