From 4c69ce0cf675f497f8f40351b3d903f7887673c4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 9 Aug 1999 20:22:04 +0000 Subject: rebuild with patched automake --- bfd/Makefile.in | 2 +- bfd/doc/Makefile.in | 4 ++-- opcodes/Makefile.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bfd/Makefile.in b/bfd/Makefile.in index ed8a06cc375..b2202c85fa6 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -877,7 +877,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ 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/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index 6295c1002ee..29139b23b7b 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -189,7 +189,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -324,7 +324,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ 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/opcodes/Makefile.in b/opcodes/Makefile.in index 7c1bfa019d6..2a8dc1db9cc 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -551,7 +551,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ 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 \ -- cgit v1.2.1