X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginsh%2FMakefile.in;h=09bea8f908bb89d9746064273377776af0000c6e;hb=6a0b4545189926492f657b201e3ed1b9de1dd897;hp=5bd33c8e4fc3290beadccfb5d8c0ed8370ec5868;hpb=f4ea690a3f118bf364190f0ef3c3f6d2ccdf6206;p=ginac.git diff --git a/ginsh/Makefile.in b/ginsh/Makefile.in index 5bd33c8e..09bea8f9 100644 --- a/ginsh/Makefile.in +++ b/ginsh/Makefile.in @@ -316,7 +316,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 \