* Makefile.in (TAGS): Use shell wildcards.

This commit is contained in:
David MacKenzie 1993-09-10 14:29:45 +00:00
parent 7640fe7108
commit cbb5c2d133
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Fri Sep 10 07:26:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* Makefile.in (TAGS): Use shell wildcards.
Tue Sep 7 18:04:54 1993 Jeffrey Osier (jeffrey@cygnus.com)
* Makefile.in: add TEXINPUTS variable and use it in ld.dvi target

View File

@ -638,8 +638,8 @@ lintlog:$(SOURCES) Makefile
| grep -v "archive\.c"
tags TAGS:$(SOURCES) $(HEADERS)
etags -t $?
TAGS:
etags -t $(srcdir)/*.[chly] *.[chly]
.PHONY: install