diff options
Diffstat (limited to 'ld/Makefile.in')
-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 edbda16..eaf568e 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 \ |