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:
0715dc8
)
Fix typo
author
Nick Clifton
<nickc@redhat.com>
Sat, 3 Feb 2001 00:53:10 +0000
(
00:53
+0000)
committer
Nick Clifton
<nickc@redhat.com>
Sat, 3 Feb 2001 00:53:10 +0000
(
00:53
+0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/Makefile.in
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index bedfc2bc13a1a34fd9fcb62accdb9ca9b1bdd29b..4c986680a3f28dc4bb07293bb9e107f7db0f0c16 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2001-02-02 Fred Fish <fnf@ninemoons.com>
+
+ * Makefile.in: Fix typo.
+
2001-02-01 Kazu Hirata <kazu@hxi.com>
* elf-m10300.c: Fix formatting.
diff --git
a/bfd/Makefile.in
b/bfd/Makefile.in
index 0c60c1c78df888dc054d9896c3c11b3e39b8c594..912da81abae47f75c775f341a2b75596f57f3799 100644
(file)
--- a/
bfd/Makefile.in
+++ b/
bfd/Makefile.in
@@
-526,7
+526,7
@@
distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
- cp -pr $$/$$file $(distdir)/$$file; \
+ cp -pr $$
d
/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \