aboutsummaryrefslogtreecommitdiff
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
parent169f3bd8b5a070a3aa625ade6feb83361deb21e0 (diff)
downloadgdb-10e80b41455f1a386485631b7c170cafe341dcd6.zip
gdb-10e80b41455f1a386485631b7c170cafe341dcd6.tar.gz
gdb-10e80b41455f1a386485631b7c170cafe341dcd6.tar.bz2
rebuild with patched automake
-rw-r--r--bfd/Makefile.in2
-rw-r--r--bfd/doc/Makefile.in4
-rw-r--r--binutils/Makefile.in2
-rw-r--r--gas/Makefile.in2
-rw-r--r--gprof/Makefile.in2
-rw-r--r--ld/Makefile.in2
-rw-r--r--opcodes/Makefile.in2
7 files changed, 8 insertions, 8 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 \
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index e02bbdb..53dd0c0 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -899,7 +899,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/gas/Makefile.in b/gas/Makefile.in
index aba7f9c..6527e8e 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -1888,7 +1888,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/gprof/Makefile.in b/gprof/Makefile.in
index a710aa1..9413ffe 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -568,7 +568,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/ld/Makefile.in b/ld/Makefile.in
index edbda16..eaf568e 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -801,7 +801,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 7c1bfa0..2a8dc1d 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 \