# HG changeset patch # User Eli Zaretskii # Date 1019212502 0 # Node ID 1cea8c8f73cbd7f92667f1733a03aa4cf3e4b9a2 # Parent b0d688e29ab4d7fa5234fda400f151310db9ec30 (TAGS): Don't use -t, it's the default for etags, so it barfs if invoked with -t. diff -r b0d688e29ab4 -r 1cea8c8f73cb lwlib/Makefile.in --- 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