]> www.ginac.de Git - ginac.git/blobdiff - ginsh/Makefile.in
- renamed archive::dump() to archive::printraw() for consistency with the
[ginac.git] / ginsh / Makefile.in
index 342ed4627716727b87f22f1cc5189715d2f8a0eb..977284b47d43bc0901920b4beb795be954c6114a 100644 (file)
@@ -59,6 +59,8 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 host_alias = @host_alias@
 host_triplet = @host@
+ARCHIVE_AGE = @ARCHIVE_AGE@
+ARCHIVE_VERSION = @ARCHIVE_VERSION@
 AS = @AS@
 CC = @CC@
 CXX = @CXX@
@@ -309,7 +311,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 \