From: Thomas Graf Date: Sun, 2 Dec 2012 18:16:49 +0000 (+0100) Subject: make: automake provides a cscope target these days X-Git-Tag: libnl3_2_17~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91ab1bea5eb8737c19256c04306afa4d3364344e;p=libnl make: automake provides a cscope target these days Signed-off-by: Thomas Graf --- 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;