summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2009-12-01 04:46:41 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2009-12-01 04:46:41 +0000
commit9ecc861e861bdeba0e1ef319ca632f23fc2b6df0 (patch)
treeb4044c73d245545278b778a231f8f52079ff3be2
parentdbcc34013ebdf8914dc71a550f36605ee889b169 (diff)
downloaddistcc-9ecc861e861bdeba0e1ef319ca632f23fc2b6df0.tar.gz
Apply patch from <avassalotti@gmail.com>:
This is a simple patch that adds the standard TAGS target for Emacs users. git-svn-id: http://distcc.googlecode.com/svn/trunk@710 01de4be4-8c4a-0410-9132-4925637da917
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 03cd878..34c7d7c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1198,3 +1198,6 @@ uninstall-conf:
tags: $(SRC) $(HEADERS)
ctags --defines --globals --typedefs-and-c++ --no-warn $(SRC) $(HEADERS)
+
+TAGS: $(SRC) $(HEADERS)
+ etags --declarations $(SRC) $(HEADERS)