X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2FMakefile.in;h=93b0b6ffd696de9c210c255e993b4b5d851e0118;hp=52d940220ac4d3ddc67813f16567fbef3c3f97b4;hb=9d22692238af9dd0875b5ed849e6ce3a3d503a87;hpb=5ed82a8b4158d90bbe0ac155f28fc3db42d76d51 diff --git a/ginsh/Makefile.in b/ginsh/Makefile.in index 52d94022..93b0b6ff 100644 --- a/ginsh/Makefile.in +++ b/ginsh/Makefile.in @@ -315,7 +315,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 \