diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-11-25 09:21:42 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-11-25 09:21:42 +0000 |
commit | b251bf6fa695361fc1721260052bd97a3028d7c5 (patch) | |
tree | 985343f2153b68be30ad6599efbb3b90258c08b5 /ld/Makefile.am | |
parent | 92ad9f6b57d841acf26aea784ad7f73feb2bfb99 (diff) | |
download | gdb-b251bf6fa695361fc1721260052bd97a3028d7c5.zip gdb-b251bf6fa695361fc1721260052bd97a3028d7c5.tar.gz gdb-b251bf6fa695361fc1721260052bd97a3028d7c5.tar.bz2 |
ld/
2005-11-25 Jan Beulich <jbeulich@novell.com>
* Makefile.am: Make configdoc.texi writeable before trying
to write to it.
* Makefile.in: Refresh.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index bd6ca20..935f269 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1653,6 +1653,7 @@ bootstrap: ld3$(EXEEXT) # Set DOCVER above to change. configdoc.texi: ${DOCVER}-doc.texi cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi + chmod u+w ./configdoc.texi echo "@set top_srcdir $(top_srcdir)" >> ./configdoc.texi ldver.texi: $(srcdir)/../bfd/configure |