diff options
Diffstat (limited to 'man/man3')
| -rw-r--r-- | man/man3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/Makefile.in b/man/man3/Makefile.in index ed704e33..28d82dc4 100644 --- a/man/man3/Makefile.in +++ b/man/man3/Makefile.in @@ -154,7 +154,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
