]> www.ginac.de Git - ginac.git/blobdiff - ginsh/Makefile.in
registered_function_info struct changed to function_options class
[ginac.git] / ginsh / Makefile.in
index 93b0b6ffd696de9c210c255e993b4b5d851e0118..52d940220ac4d3ddc67813f16567fbef3c3f97b4 100644 (file)
@@ -315,7 +315,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 \