]> www.ginac.de Git - ginac.git/blobdiff - ginsh/Makefile.in
- expairseq::to_rational(): Fixed thinko.
[ginac.git] / ginsh / Makefile.in
index 93b0b6ffd696de9c210c255e993b4b5d851e0118..5bd33c8e4fc3290beadccfb5d8c0ed8370ec5868 100644 (file)
@@ -84,6 +84,7 @@ GINSH_LIBS = @GINSH_LIBS@
 LATEX = @LATEX@
 LEX = @LEX@
 LIBGINACCINT = @LIBGINACCINT@
+LIBTERMCAP = @LIBTERMCAP@
 LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@
 LT_AGE = @LT_AGE@
@@ -315,7 +316,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 \