summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-05-11 19:21:28 +0000
committerRoland McGrath <roland@redhat.com>1992-05-11 19:21:28 +0000
commit8696be1950e2e050ecb31fed88b9454d33545044 (patch)
treea50092639b5d5a73ad60c6812e18da0cda17edda /GNUmakefile
parentb43df925f8846e9f6470fb14cb1f933c8685073b (diff)
downloadgunmake-8696be1950e2e050ecb31fed88b9454d33545044.tar.gz
Formerly GNUmakefile.~59~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7fab98e..9f48921 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -172,6 +172,8 @@ $(archpfx)%.dep: %.c
$(mkdep) $< | sed 's,$*\.o,$(@:.dep=.o) $@,' > $@
endif
+ETAGS = etags -T # for v19 etags
+
# Run the tests.
.PHONY: tests
testdir := $(shell ls -d1 make-test-?.? | sort -n +0.10 -0.11 +0.12 | tail -1l)