comparison lwlib/Makefile.in @ 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 73ea0939f695
children fcecfcb56e16
comparison
equal deleted inserted replaced
44685:b0d688e29ab4 44686:1cea8c8f73cb
68 clean: mostlyclean 68 clean: mostlyclean
69 distclean: clean 69 distclean: clean
70 maintainer-clean: distclean 70 maintainer-clean: distclean
71 71
72 TAGS: 72 TAGS:
73 ../lib-src/etags -t $(srcdir)/*.[ch] 73 ../lib-src/etags $(srcdir)/*.[ch]
74 tags: TAGS 74 tags: TAGS
75 .PHONY: tags 75 .PHONY: tags