diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-09 20:22:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-09 20:22:04 +0000 |
commit | 10e80b41455f1a386485631b7c170cafe341dcd6 (patch) | |
tree | 44f5d25be71ba77f95e5116568780c1e6ed3c9a4 /ld | |
parent | 169f3bd8b5a070a3aa625ade6feb83361deb21e0 (diff) | |
download | binutils-gdb-10e80b41455f1a386485631b7c170cafe341dcd6.tar.gz |
rebuild with patched automake
Diffstat (limited to 'ld')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index edbda16a22b..eaf568ebee6 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -801,7 +801,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 \ |