ld/
authorJan Beulich <jbeulich@novell.com>
Fri, 25 Nov 2005 09:21:42 +0000 (09:21 +0000)
committerJan Beulich <jbeulich@novell.com>
Fri, 25 Nov 2005 09:21:42 +0000 (09:21 +0000)
2005-11-25  Jan Beulich  <jbeulich@novell.com>

* Makefile.am: Make configdoc.texi writeable before trying
to write to it.
* Makefile.in: Refresh.

ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index 8fd73dbc086e6f2826ef33656945b6886922c7a1..42b1e6248c84fd2e40378594f9a00631693cf925 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-25  Jan Beulich  <jbeulich@novell.com>
+
+       * Makefile.am: Make configdoc.texi writeable before trying
+       to write to it.
+       * Makefile.in: Refresh.
+
 2005-11-24  Alan Modra  <amodra@bigpond.net.au>
 
        * ldlang.c (lang_output_section_find_by_flags): Add match_type param.
index bd6ca20b12c0fcb92adcb7e1fd4fc52d0032b1b8..935f26935f3959999b429cced0fabf4f9565b90e 100644 (file)
@@ -1653,6 +1653,7 @@ bootstrap: ld3$(EXEEXT)
 #  Set DOCVER above to change.
 configdoc.texi:        ${DOCVER}-doc.texi
        cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
+       chmod u+w ./configdoc.texi
        echo "@set top_srcdir $(top_srcdir)" >> ./configdoc.texi
 
 ldver.texi: $(srcdir)/../bfd/configure
index f9bce2c48e2c265c1019533d95fabead96db104b..a45cf457aeb373dae2bb66418ecd0889ddbfae12 100644 (file)
@@ -2446,6 +2446,7 @@ bootstrap: ld3$(EXEEXT)
 #  Set DOCVER above to change.
 configdoc.texi:        ${DOCVER}-doc.texi
        cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
+       chmod u+w ./configdoc.texi
        echo "@set top_srcdir $(top_srcdir)" >> ./configdoc.texi
 
 ldver.texi: $(srcdir)/../bfd/configure