]> www.ginac.de Git - ginac.git/blobdiff - tools/Makefile.in
- expressions can now be read from streams; the input expression can contain
[ginac.git] / tools / Makefile.in
index a0a6800239f772dd609bccedf213d3df81fa64fe..392fb729da89fefea731a2c844091c2a24386903 100644 (file)
@@ -85,6 +85,7 @@ LATEX = @LATEX@
 LD = @LD@
 LEX = @LEX@
 LIBGINACCINT = @LIBGINACCINT@
+LIBTERMCAP = @LIBTERMCAP@
 LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@
 LT_AGE = @LT_AGE@
@@ -300,7 +301,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 \