From 91ab1bea5eb8737c19256c04306afa4d3364344e Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Sun, 2 Dec 2012 19:16:49 +0100 Subject: [PATCH] make: automake provides a cscope target these days Signed-off-by: Thomas Graf --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6ec9aa2..bc4266d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,3 @@ pkgsysconf_DATA = etc/pktloc etc/classid EXTRA_DIST = \ $(pkgsysconf_DATA) - -.PHONY: cscope -cscope: - cscope -b -q -R -Iinclude -slib -ssrc;