]> www.ginac.de Git - ginac.git/blobdiff - ginsh/Makefile.in
- change triggered by newer automake version
[ginac.git] / ginsh / Makefile.in
index 977284b47d43bc0901920b4beb795be954c6114a..52e10808c528dad956d370163306204123e6aaac 100644 (file)
@@ -311,7 +311,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 \