Optimize rm(1) usage.

This commit is contained in:
Wolfram Schneider 1997-12-14 15:38:47 +00:00
parent 80ed4956b5
commit b31409f379
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31717

View File

@ -1,4 +1,4 @@
# $Id: bsd.dep.mk,v 1.14 1997/08/26 16:54:33 bde Exp $
# $Id: bsd.dep.mk,v 1.15 1997/10/05 09:39:42 jkh Exp $
#
# The include file <bsd.dep.mk> handles Makefile dependencies.
#
@ -90,8 +90,7 @@ tags: ${SRCS} _SUBDIR
.if !target(cleandepend)
cleandepend: _SUBDIR
.if defined(SRCS)
rm -f ${DEPENDFILE}
rm -f ${.CURDIR}/GRTAGS ${.CURDIR}/GTAGS
rm -f ${DEPENDFILE} ${.CURDIR}/GRTAGS ${.CURDIR}/GTAGS
.if defined(HTML)
rm -rf ${.CURDIR}/HTML
.endif