]> www.ginac.de Git - ginac.git/blobdiff - ginac/Makefile.in
- Run automake again on squark, as we had agreed earlier.
[ginac.git] / ginac / Makefile.in
index 4bd7009b12145cfca6f284ca907940e8616f91ac..14ff9e652403b1ff699a87d3b4e88a55f435e766 100644 (file)
@@ -287,7 +287,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 \