From a4fae7fa0c0b14811953fd12c30ae63b99b2db60 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 25 Jan 2006 19:02:48 +0000 Subject: [PATCH] nicer way of doing fallback --- refpolicy/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/refpolicy/Makefile b/refpolicy/Makefile index 5aff9af9..3ecee351 100644 --- a/refpolicy/Makefile +++ b/refpolicy/Makefile @@ -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 ' ') -- 2.39.2