From b6028c47c36e35bf32ab55ad0f55a061a5d7c012 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Mon, 19 Jan 2009 18:57:59 -0500 Subject: [PATCH] removed tags creation ... broken system, no real point --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 6049377..f3e6ad8 100644 --- 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}" -- 2.10.2