]> www.ginac.de Git - ginac.git/blobdiff - ginsh/Makefile.in
- introduced info_flags::cinteger, info_flags::crational,
[ginac.git] / ginsh / Makefile.in
index 342ed4627716727b87f22f1cc5189715d2f8a0eb..8bb6e4f5793cba54cbbe692df65450516e7be19a 100644 (file)
@@ -309,7 +309,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 \