]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in: Regenerate.
authorAlan Modra <amodra@gmail.com>
Mon, 5 Jun 2006 12:27:01 +0000 (12:27 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 5 Jun 2006 12:27:01 +0000 (12:27 +0000)
bfd/doc/ChangeLog
bfd/doc/Makefile.in

index de91f676b39f4fbfb4ee8bdf50a5372154586c5f..17be92eec0fa9122b77c499c841e807695a1fdaa 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.in: Regenerate.
+
 2006-05-11  Carlos O'Donell  <carlos@codesourcery.com>
 
        * bfd.texinfo: Rename "Index" to "BFD Index"  
index 01610a1f5ffbb040dee7168222d692e814ca4cf4..54becb79d171064f1abf0cadac1f5adb21d416f2 100644 (file)
@@ -440,13 +440,10 @@ dist-info: $(INFO_DEPS)
            $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
          esac; \
          if test -f $$base; then d=.; else d=$(srcdir); fi; \
-         base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
-         for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
-           if test -f $$file; then \
-             relfile=`expr "$$file" : "$$d/\(.*\)"`; \
-             test -f $(distdir)/$$relfile || \
-               cp -p $$file $(distdir)/$$relfile; \
-           else :; fi; \
+         for file in $$d/$$base*; do \
+           relfile=`expr "$$file" : "$$d/\(.*\)"`; \
+           test -f $(distdir)/$$relfile || \
+             cp -p $$file $(distdir)/$$relfile; \
          done; \
        done