X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2FMakefile.in;h=342ed4627716727b87f22f1cc5189715d2f8a0eb;hp=8bb6e4f5793cba54cbbe692df65450516e7be19a;hb=a6bb52b00bf185271774e7d56215923700a3ec40;hpb=26741891dadf23162799009b6fd57b4984bd4ce5;ds=sidebyside diff --git a/ginsh/Makefile.in b/ginsh/Makefile.in index 8bb6e4f5..342ed462 100644 --- a/ginsh/Makefile.in +++ b/ginsh/Makefile.in @@ -309,7 +309,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ 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 \