summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2012-12-02 19:16:49 +0100
committerThomas Graf <tgraf@suug.ch>2012-12-21 13:30:21 +0100
commit91ab1bea5eb8737c19256c04306afa4d3364344e (patch)
tree4f87b98a4ab3dd1411206fc5e1034eb1ddb3970b
parent20a051237c014c593be37487a60fd1666d264f8f (diff)
downloadlibnl-91ab1bea5eb8737c19256c04306afa4d3364344e.tar.gz
make: automake provides a cscope target these days
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 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;