From cbb5c2d1332ebdbb80a9bf31097ffa1ca0180391 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Fri, 10 Sep 1993 14:29:45 +0000 Subject: [PATCH] * Makefile.in (TAGS): Use shell wildcards. --- ld/ChangeLog | 4 ++++ ld/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index d1ae1201a65..cd8cd728751 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 diff --git a/ld/Makefile.in b/ld/Makefile.in index 6230cb49307..6083cca595f 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -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 -- 2.30.2