NOTAGS -> NO_TAGS

This commit is contained in:
Ruslan Ermilov 2004-12-21 09:43:25 +00:00
parent a399b3b4e3
commit 6260f1d8ee
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@
NOMANCOMPRESS:NO_MANCOMPRESS \
NOOBJ:NO_OBJ \
NOPIC:NO_PIC \
NOPROFILE:NO_PROFILE
NOPROFILE:NO_PROFILE \
NOTAGS:NO_TAGS
.for old in ${oldnew:C/:.*//}
.for new in ${oldnew:C/.*://}
.if defined(${old}) && !defined(${new})

View File

@ -56,7 +56,7 @@ MKDEPCMD?= mkdep
DEPENDFILE?= .depend
# Keep `tags' here, before SRCS are mangled below for `depend'.
.if !target(tags) && defined(SRCS) && !defined(NOTAGS)
.if !target(tags) && defined(SRCS) && !defined(NO_TAGS)
tags: ${SRCS}
.if ${CTAGS:T} == "ctags"
@${CTAGS} ${CTAGSFLAGS} -f /dev/stdout \