Makefile: always remove .depend directories on 'make clean'
commit010acc151981ebfb0e369ffdeaef63803c58ef2b
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 31 Jan 2010 21:37:25 +0000 (31 15:37 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Jan 2010 22:08:55 +0000 (31 14:08 -0800)
treef2beb585fbcb49969ad9891ed16b33ec32dab6da
parentec5e0bb860bf98008d51b8235d19ed3407141295
Makefile: always remove .depend directories on 'make clean'

Even if COMPUTE_HEADER_DEPENDENCIES is not set, some .o.d files
might be lying around from previous builds when it was.  This
is especially likely because using the CHECK_HEADER_DEPENDENCIES
feature requires building sometimes with COMPUTE... on and
sometimes with it off.  At the end of such an exercise, to get
a blank slate, the user ought to be able to just run 'make clean'.
Make it so.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile