]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly GNUmakefile.~59~
authorRoland McGrath <roland@redhat.com>
Mon, 11 May 1992 19:21:28 +0000 (19:21 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 11 May 1992 19:21:28 +0000 (19:21 +0000)
GNUmakefile

index 7fab98eae09d5c5d4a2037d89fc8b775a9dda2b4..9f4892101845303a6d1e1b546395e038dc18a0a6 100644 (file)
@@ -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)