From 18aac87043fded3692557cf49f768ecb48ba3ba6 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 7 Feb 2000 20:04:32 +0000 Subject: [PATCH] - changes triggered by fucking new version of automake --- Makefile.in | 2 +- check/Makefile.in | 2 +- cint/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 +- tools/Makefile.in | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6dae8385..7e2ca91d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -358,7 +358,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 e4a4f5d8..0a17c446 100644 --- a/check/Makefile.in +++ b/check/Makefile.in @@ -252,7 +252,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/cint/Makefile.in b/cint/Makefile.in index 6ba3fc82..5d5d813e 100644 --- a/cint/Makefile.in +++ b/cint/Makefile.in @@ -339,7 +339,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 074ed710..e153dbe7 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -272,7 +272,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 a150803c..3ed3518b 100644 --- a/doc/reference/Makefile.in +++ b/doc/reference/Makefile.in @@ -168,7 +168,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 7b0a861e..0964c1aa 100644 --- a/doc/tutorial/Makefile.in +++ b/doc/tutorial/Makefile.in @@ -325,7 +325,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 1ec4f0d0..a5be0fed 100644 --- a/ginac/Makefile.in +++ b/ginac/Makefile.in @@ -293,7 +293,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 93b0b6ff..52d94022 100644 --- a/ginsh/Makefile.in +++ b/ginsh/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/tools/Makefile.in b/tools/Makefile.in index 0c816330..13f92f31 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -298,7 +298,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