nicer way of doing fallback
This commit is contained in:
parent
37227dcd94
commit
a4fae7fa0c
|
@ -138,9 +138,7 @@ ifeq ($(DISTRO),gentoo)
|
|||
CTAGS := exuberant-ctags
|
||||
endif
|
||||
|
||||
ifeq ($(CTAGS),)
|
||||
CTAGS := ctags
|
||||
endif
|
||||
CTAGS ?= ctags
|
||||
|
||||
# determine the policy version and current kernel version if possible
|
||||
PV := $(shell $(CHECKPOLICY) -V |cut -f 1 -d ' ')
|
||||
|
|
Loading…
Reference in New Issue