From: ayin Date: Thu, 18 Oct 2007 08:28:33 +0000 (+0000) Subject: Add options for exuberant ctags. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8a01408b6914ec45343da7115ebf063eec3b1f6d;p=dana%2Furxvt.git Add options for exuberant ctags. --- diff --git a/src/Makefile.in b/src/Makefile.in index d5275a9b..36ba8e40 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -86,11 +86,13 @@ rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o #------------------------------------------------------------------------- +#EXUBERANT_OPTS = -I NOTHROW + tags: *.[Ch] - ctags *.[Ch] + ctags $(EXUBERANT_OPTS) *.[Ch] TAGS: *.[Ch] - etags *.[Ch] + etags $(EXUBERANT_OPTS) *.[Ch] allbin: rxvt rxvtd rxvtc