From: Jan Beulich Date: Fri, 11 Nov 2005 08:06:36 +0000 (+0000) Subject: gas/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=513ba3abf1e431d36aaf65bc71102c4350788424;p=binutils-gdb.git gas/ 2005-11-11 Jan Beulich * doc/Makefile.am: Make asconfig.texi writeable before trying to write to it. * doc/Makefile.in: Refresh. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 20f43c5c9b3..dc73bd37a45 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-11-11 Jan Beulich + + * doc/Makefile.am: Make asconfig.texi writeable before trying + to write to it. + * doc/Makefile.in: Refresh. + 2005-11-10 Jan Beulich * config/tc-i386.c (intel_e11): Don't special-case segment diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index a2785d4c3cc..4568c259f93 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 0fae5271bb5..2cc139af41a 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