From 8671d4800e39e17e5f634aa85d1d5e944ae32f2f Mon Sep 17 00:00:00 2001 From: anton Date: Wed, 31 May 2017 07:48:04 +0000 Subject: [PATCH] Drop -t option from ctags call. The option has been deprecated for almost 7 years by now. ok tb@ --- share/mk/bsd.dep.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk index 71d84fcd779..e693dcf5e7d 100644 --- a/share/mk/bsd.dep.mk +++ b/share/mk/bsd.dep.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.dep.mk,v 1.12 2016/09/04 00:34:29 patrick Exp $ +# $OpenBSD: bsd.dep.mk,v 1.13 2017/05/31 07:48:04 anton Exp $ # $NetBSD: bsd.dep.mk,v 1.12 1995/09/27 01:15:09 christos Exp $ # some of the rules involve .h sources, so remove them from mkdep line @@ -40,7 +40,7 @@ afterdepend: .if !target(tags) . if defined(SRCS) tags: ${SRCS} _SUBDIRUSE - -cd ${.CURDIR}; ${CTAGS} -f /dev/stdout -d -t ${.ALLSRC:N*.h} | \ + -cd ${.CURDIR}; ${CTAGS} -f /dev/stdout -d ${.ALLSRC:N*.h} | \ sed "s;\${.CURDIR}/;;" > tags . else tags: -- 2.20.1