summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-11-11 08:06:36 +0000
committerJan Beulich <jbeulich@novell.com>2005-11-11 08:06:36 +0000
commit6eb4464b9def0bcaeec4726242ddc43f1ef9f21b (patch)
treeb94ca0eedd01aec8a147272c13f31fd7d91f6817
parent2105049c67563aa46501cbee9f652b0ba8f23b07 (diff)
downloadbinutils-redhat-6eb4464b9def0bcaeec4726242ddc43f1ef9f21b.tar.gz
gas/
2005-11-11 Jan Beulich <jbeulich@novell.com> * doc/Makefile.am: Make asconfig.texi writeable before trying to write to it. * doc/Makefile.in: Refresh.
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/doc/Makefile.am3
-rw-r--r--gas/doc/Makefile.in3
3 files changed, 10 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 20f43c5c9b..dc73bd37a4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-11 Jan Beulich <jbeulich@novell.com>
+
+ * doc/Makefile.am: Make asconfig.texi writeable before trying
+ to write to it.
+ * doc/Makefile.in: Refresh.
+
2005-11-10 Jan Beulich <jbeulich@novell.com>
* config/tc-i386.c (intel_e11): Don't special-case segment
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index a2785d4c3c..4568c259f9 100644
--- a/gas/doc/Makefile.am
+++ b/gas/doc/Makefile.am
@@ -19,7 +19,8 @@ info_TEXINFOS = as.texinfo
asconfig.texi: $(CONFIG).texi
rm -f asconfig.texi
- cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
+ cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
+ chmod u+w ./asconfig.texi
echo "@set top_srcdir $(top_srcdir)" >> ./asconfig.texi
CPU_DOCS = \
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in
index 0fae5271bb..2cc139af41 100644
--- a/gas/doc/Makefile.in
+++ b/gas/doc/Makefile.in
@@ -577,7 +577,8 @@ uninstall-man: uninstall-man1
asconfig.texi: $(CONFIG).texi
rm -f asconfig.texi
- cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
+ cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
+ chmod u+w ./asconfig.texi
echo "@set top_srcdir $(top_srcdir)" >> ./asconfig.texi
gasver.texi: $(srcdir)/../../bfd/configure