projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7640fe7
)
* Makefile.in (TAGS): Use shell wildcards.
author
David MacKenzie
<djm@cygnus>
Fri, 10 Sep 1993 14:29:45 +0000
(14:29 +0000)
committer
David MacKenzie
<djm@cygnus>
Fri, 10 Sep 1993 14:29:45 +0000
(14:29 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/Makefile.in
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index d1ae1201a652b8781bad7fd1dc52945cbb1a6970..cd8cd728751dad49768a949e9b3469c8ba24044d 100644
(file)
--- 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 6230cb4930791dae48e226b7663a771b6102da89..6083cca595fe13389be48e3381b5fd0a6a0ed4f0 100644
(file)
--- 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