nicer way of doing fallback

This commit is contained in:
Chris PeBenito 2006-01-25 19:02:48 +00:00
parent 37227dcd94
commit a4fae7fa0c

View File

@ -138,9 +138,7 @@ ifeq ($(DISTRO),gentoo)
CTAGS := exuberant-ctags CTAGS := exuberant-ctags
endif endif
ifeq ($(CTAGS),) CTAGS ?= ctags
CTAGS := ctags
endif
# determine the policy version and current kernel version if possible # determine the policy version and current kernel version if possible
PV := $(shell $(CHECKPOLICY) -V |cut -f 1 -d ' ') PV := $(shell $(CHECKPOLICY) -V |cut -f 1 -d ' ')