]> www.ginac.de Git - ginac.git/blobdiff - ginsh/Makefile.in
- As advertised: we are calling the Gamma function tgamma() now!
[ginac.git] / ginsh / Makefile.in
index 5bd33c8e4fc3290beadccfb5d8c0ed8370ec5868..09bea8f908bb89d9746064273377776af0000c6e 100644 (file)
@@ -316,7 +316,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 \