diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-11-11 08:06:36 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-11-11 08:06:36 +0000 |
commit | 513ba3abf1e431d36aaf65bc71102c4350788424 (patch) | |
tree | de16c9315842ac9c3a139c57e33e8d1e20a27b95 /gas/doc/Makefile.am | |
parent | 629a14649b3af8656252fd53d62f87f35795b732 (diff) | |
download | gdb-513ba3abf1e431d36aaf65bc71102c4350788424.zip gdb-513ba3abf1e431d36aaf65bc71102c4350788424.tar.gz gdb-513ba3abf1e431d36aaf65bc71102c4350788424.tar.bz2 |
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/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index a2785d4..4568c25 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 = \ |