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