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 20f43c5c9b3c0458351b2e72c1bf5f87160f105d..dc73bd37a45ad145e20928821a3e0b8f83c0d35f 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 a2785d4c3cc78f5a25e8e0a3403d1c017c5ccb82..4568c259f937aa6ebb6df74370b818cd7e48181d 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 0fae5271bb5eaa9d7da7c85aa85e600cf5c41e02..2cc139af41a1ed879b20467b40d813a34232fa5b 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