From: Eli Zaretskii Date: Fri, 19 Apr 2002 10:35:02 +0000 (+0000) Subject: (TAGS): Don't use -t, it's the default for X-Git-Tag: ttn-vms-21-2-B4~15533 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9040fe8b81dc3ca1ec6efba83976af65001c65cc;p=emacs.git (TAGS): Don't use -t, it's the default for etags, so it barfs if invoked with -t. --- diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 51b13040b9c..2cbc33d73cb 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in @@ -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