]> git.eshelyaron.com Git - emacs.git/commitdiff
(TAGS): Don't use -t, it's the default for
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Apr 2002 10:35:02 +0000 (10:35 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Apr 2002 10:35:02 +0000 (10:35 +0000)
etags, so it barfs if invoked with -t.

lwlib/Makefile.in

index 51b13040b9c14ca1a3f6da935d7e4ca275d17f05..2cbc33d73cb88821a3a39cfb32378571f47555e9 100644 (file)
@@ -70,6 +70,6 @@ distclean: clean
 maintainer-clean: distclean
 
 TAGS:
-       ../lib-src/etags -t $(srcdir)/*.[ch]
+       ../lib-src/etags $(srcdir)/*.[ch]
 tags: TAGS
 .PHONY: tags