aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-11-25 09:21:42 +0000
committerJan Beulich <jbeulich@novell.com>2005-11-25 09:21:42 +0000
commitb251bf6fa695361fc1721260052bd97a3028d7c5 (patch)
tree985343f2153b68be30ad6599efbb3b90258c08b5
parent92ad9f6b57d841acf26aea784ad7f73feb2bfb99 (diff)
downloadgdb-b251bf6fa695361fc1721260052bd97a3028d7c5.zip
gdb-b251bf6fa695361fc1721260052bd97a3028d7c5.tar.gz
gdb-b251bf6fa695361fc1721260052bd97a3028d7c5.tar.bz2
ld/
2005-11-25 Jan Beulich <jbeulich@novell.com> * Makefile.am: Make configdoc.texi writeable before trying to write to it. * Makefile.in: Refresh.
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/Makefile.am1
-rw-r--r--ld/Makefile.in1
3 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8fd73db..42b1e62 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index bd6ca20..935f269 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -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
diff --git a/ld/Makefile.in b/ld/Makefile.in
index f9bce2c..a45cf45 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -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