nicer way of doing fallback

This commit is contained in:
Chris PeBenito 2006-01-25 19:02:48 +00:00
parent 37227dcd94
commit a4fae7fa0c
1 changed files with 1 additions and 3 deletions

View File

@ -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 ' ')