summaryrefslogtreecommitdiff
path: root/gas/doc
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 /gas/doc
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.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/Makefile.am3
-rw-r--r--gas/doc/Makefile.in3
2 files changed, 4 insertions, 2 deletions
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