From a1833c648e70caf0e1fe3fd8b1fe1d1d8e930765 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 13 Dec 1999 18:44:25 +0000 Subject: [PATCH] - Run automake again on squark, as we had agreed earlier. --- Makefile.in | 2 +- check/Makefile.in | 2 +- doc/Makefile.in | 2 +- doc/reference/Makefile.in | 2 +- doc/tutorial/Makefile.in | 2 +- ginac/Makefile.in | 2 +- ginsh/Makefile.in | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index a6e7630f..561c21bd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -352,7 +352,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 \ diff --git a/check/Makefile.in b/check/Makefile.in index 9189758a..f9e5c2cd 100644 --- a/check/Makefile.in +++ b/check/Makefile.in @@ -245,7 +245,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 \ diff --git a/doc/Makefile.in b/doc/Makefile.in index 2498724b..4a11c86a 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -267,7 +267,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 \ diff --git a/doc/reference/Makefile.in b/doc/reference/Makefile.in index 152e777b..0931f3e0 100644 --- a/doc/reference/Makefile.in +++ b/doc/reference/Makefile.in @@ -163,7 +163,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 \ diff --git a/doc/tutorial/Makefile.in b/doc/tutorial/Makefile.in index c1715667..92f9ec15 100644 --- a/doc/tutorial/Makefile.in +++ b/doc/tutorial/Makefile.in @@ -315,7 +315,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 \ diff --git a/ginac/Makefile.in b/ginac/Makefile.in index 4bd7009b..14ff9e65 100644 --- a/ginac/Makefile.in +++ b/ginac/Makefile.in @@ -287,7 +287,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 \ diff --git a/ginsh/Makefile.in b/ginsh/Makefile.in index 8bb6e4f5..342ed462 100644 --- a/ginsh/Makefile.in +++ b/ginsh/Makefile.in @@ -309,7 +309,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 \ -- 2.44.0