]> www.ginac.de Git - ginac.git/blobdiff - check/Makefile.in
- ginsh now includes "ginac.h" when compiled as part of the GiNaC package,
[ginac.git] / check / Makefile.in
index ce230456212fb2892190afaeac84ad1949ee233f..01810c8e4a56e0c4525b3e91e7cf07064013a069 100644 (file)
@@ -254,7 +254,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 \