From: Richard M. Stallman Date: Thu, 28 Mar 1996 18:39:26 +0000 (+0000) Subject: (TAGS): Renamed from `tags' and fixed to work. X-Git-Tag: emacs-19.34~955 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9009ad55544b9bc70bcd183774d107e402e5ec9b;p=emacs.git (TAGS): Renamed from `tags' and fixed to work. --- diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index f7904880eb4..df2190d013e 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in @@ -73,5 +73,5 @@ clean: mostlyclean distclean: clean maintainer-clean: distclean -tags:: - $(TAGS) -t *.[ch] +TAGS: + ../lib-src/etags -t *.[ch]