mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
Fix typo
This commit is contained in:
parent
0715dc88cf
commit
d96031fbcc
@ -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.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user