aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-09 20:22:04 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-09 20:22:04 +0000
commit10e80b41455f1a386485631b7c170cafe341dcd6 (patch)
tree44f5d25be71ba77f95e5116568780c1e6ed3c9a4 /bfd
parent169f3bd8b5a070a3aa625ade6feb83361deb21e0 (diff)
downloadgdb-10e80b41455f1a386485631b7c170cafe341dcd6.zip
gdb-10e80b41455f1a386485631b7c170cafe341dcd6.tar.gz
gdb-10e80b41455f1a386485631b7c170cafe341dcd6.tar.bz2
rebuild with patched automake
Diffstat (limited to 'bfd')
-rw-r--r--bfd/Makefile.in2
-rw-r--r--bfd/doc/Makefile.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index ed8a06c..b2202c8 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 6295c10..29139b2 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 \