(TAGS): Find the source files in $(srcdir).

This commit is contained in:
Richard M. Stallman 2001-11-29 00:45:10 +00:00
parent e8d6a09bd0
commit fe2014cd30

View file

@ -70,6 +70,6 @@ distclean: clean
maintainer-clean: distclean
TAGS:
../lib-src/etags -t *.[ch]
../lib-src/etags -t $(srcdir)/*.[ch]
tags: TAGS
.PHONY: tags