NOTAGS -> NO_TAGS
This commit is contained in:
parent
a399b3b4e3
commit
6260f1d8ee
@ -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})
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user