If CTAGS is not set or set to something other than "ctags" or "gtags",

"cleandepend" was not removing the .depend file; fixed.

PR:		126747
MFC after:	3 days
This commit is contained in:
Ruslan Ermilov 2010-01-18 15:41:55 +00:00
parent 0e3ebc63e6
commit 2f82e3b16d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202578

View File

@ -182,6 +182,8 @@ cleandepend:
.if defined(HTML)
rm -rf HTML
.endif
.else
rm -f ${DEPENDFILE}
.endif
.endif
.endif