Don't pass the undocumented flags `-se' to gtags (gtags ignores them for

compatibility).
This commit is contained in:
Bruce Evans 1998-02-20 15:27:03 +00:00
parent 71d854f63b
commit d14459324d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33685

View file

@ -1,5 +1,5 @@
# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
# $Id: sys.mk,v 1.27 1998/01/13 06:00:54 jb Exp $
# $Id: sys.mk,v 1.28 1998/01/21 01:03:51 jb Exp $
unix ?= We run FreeBSD, not UNIX.
@ -109,7 +109,7 @@ BINFORMAT ?= aout
.endif
# For tags rule.
GTAGSFLAGS= -se
GTAGSFLAGS=
HTAGSFLAGS=
.if defined(%POSIX)