1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Fixed cleaning of tags files. GSYMS was forgotten.

This commit is contained in:
Bruce Evans 1998-02-20 14:32:30 +00:00
parent 876a94ee2c
commit b7052cd110
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33681

View File

@ -1,4 +1,4 @@
# $Id: bsd.dep.mk,v 1.15 1997/10/05 09:39:42 jkh Exp $
# $Id: bsd.dep.mk,v 1.16 1997/12/14 15:38:47 wosch Exp $
#
# The include file <bsd.dep.mk> handles Makefile dependencies.
#
@ -90,7 +90,7 @@ tags: ${SRCS} _SUBDIR
.if !target(cleandepend)
cleandepend: _SUBDIR
.if defined(SRCS)
rm -f ${DEPENDFILE} ${.CURDIR}/GRTAGS ${.CURDIR}/GTAGS
rm -f ${DEPENDFILE} ${.CURDIR}/GRTAGS ${.CURDIR}/GSYMS ${.CURDIR}/GTAGS
.if defined(HTML)
rm -rf ${.CURDIR}/HTML
.endif