gas/
authorJan Beulich <jbeulich@novell.com>
Fri, 11 Nov 2005 08:06:36 +0000 (08:06 +0000)
committerJan Beulich <jbeulich@novell.com>
Fri, 11 Nov 2005 08:06:36 +0000 (08:06 +0000)
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.

gas/ChangeLog
gas/doc/Makefile.am
gas/doc/Makefile.in

index 20f43c5..dc73bd3 100644 (file)
@@ -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
index a2785d4..4568c25 100644 (file)
@@ -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 = \
index 0fae527..2cc139a 100644 (file)
@@ -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