From 5e1547134a21c5b3fb89c5f2691c8bdeff8173fd Mon Sep 17 00:00:00 2001 From: Dotan Barak Date: Wed, 11 Feb 2009 18:54:17 +0000 Subject: [PATCH] Broaden tags target. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@671 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla_isp/linux-2.6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla_isp/linux-2.6/Makefile b/qla_isp/linux-2.6/Makefile index ee0db7a56..ea0ee0b17 100644 --- a/qla_isp/linux-2.6/Makefile +++ b/qla_isp/linux-2.6/Makefile @@ -64,7 +64,7 @@ tools: cd ../linux && $(MAKE) tools tags: FRC - @ctags --recurse --append=no --exclude=linux-2.6 --exclude=Makefile --exclude=freebsd --exclude=solaris ../ + @ctags --recurse --append=no ../linux ../common ../../scst FRC: