removed tags creation ... broken system, no real point
authorPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 19 Jan 2009 23:57:59 +0000 (18:57 -0500)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 19 Jan 2009 23:57:59 +0000 (18:57 -0500)
Makefile

index 6049377..f3e6ad8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,11 +105,6 @@ ${DSTCFGDIR}%.cfg: ${SRCCFGDIR}%.cfg | $$(dir $$@)
        ${Q2}cp $< $@
 
 
-tags: ${SRCS}
-       ${Q1}${PRNTFMT} "ctags" "$@"
-       ${Q2}ctags $^
-
-
 .PHONY: clean
 clean:
        ${Q1}${PRNTFMT} "rm" "${OBJSDIR}"