summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2009-12-01 04:46:41 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2009-12-01 04:46:41 +0000
commita887814e5e4eab43fcf46c907e2a68289e73f36b (patch)
treeb4044c73d245545278b778a231f8f52079ff3be2
parentf681734fc3c14f7fa2ac0517b538afc2c2fc5713 (diff)
downloaddistcc-git-a887814e5e4eab43fcf46c907e2a68289e73f36b.tar.gz
Apply patch from <avassalotti@gmail.com>:
This is a simple patch that adds the standard TAGS target for Emacs users.
-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)