changeset 44686:1cea8c8f73cb

(TAGS): Don't use -t, it's the default for etags, so it barfs if invoked with -t.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 Apr 2002 10:35:02 +0000
parents b0d688e29ab4
children b43a3d7301cf
files lwlib/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/Makefile.in	Fri Apr 19 10:11:57 2002 +0000
+++ b/lwlib/Makefile.in	Fri Apr 19 10:35:02 2002 +0000
@@ -70,6 +70,6 @@
 maintainer-clean: distclean
 
 TAGS:
-	../lib-src/etags -t $(srcdir)/*.[ch]
+	../lib-src/etags $(srcdir)/*.[ch]
 tags: TAGS
 .PHONY: tags