X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=tools%2FMakefile.in;fp=tools%2FMakefile.in;h=0033fd6d4f9416304647dd3708d1ce5280eeb02f;hb=a919c4165b957dd55b9b1e6c8a48ae00a88e0351;hp=a0a6800239f772dd609bccedf213d3df81fa64fe;hpb=24e2017692abf167702d428cd6fcb9cd232793f7;p=ginac.git diff --git a/tools/Makefile.in b/tools/Makefile.in index a0a68002..0033fd6d 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -300,7 +300,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 \