diff options
author | John Gilmore <gnu@cygnus> | 1992-02-01 01:45:02 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-02-01 01:45:02 +0000 |
commit | 9834995918fb729b3f1dc5d1fef0d0a778295d74 (patch) | |
tree | d632e63156af6db0572884403c44e1cd78d2c032 /gdb/doc | |
parent | 575945e328db379b555a1bbd79d374aaf8065f4e (diff) | |
download | gdb-9834995918fb729b3f1dc5d1fef0d0a778295d74.zip gdb-9834995918fb729b3f1dc5d1fef0d0a778295d74.tar.gz gdb-9834995918fb729b3f1dc5d1fef0d0a778295d74.tar.bz2 |
A typo and a thinko.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index dcea9ff..add9a3c 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -7262,7 +7262,7 @@ make where @var{host} is an identifier such as @samp{sun4} or @samp{decstation}, that identifies the platform where _GDBN__ will run. -This @code{configure} command builds the three libraries @file{bfd}, +These @code{configure} and @code {make} commands build the three libraries @file{bfd}, @file{readline}, and @file{libiberty}, then @code{gdb} itself. The configured source files, and the binaries, are left in the corresponding source directories. @@ -7279,7 +7279,7 @@ If you run @code{configure} from a directory that contains source directories for multiple libraries or programs, such as the @file{gdb-_GDB_VN__} source directory for version _GDB_VN__, @code{configure} creates configuration files for every directory level underneath (unless -you tell it not to, with th @samp{--norecursion} option). +you tell it not to, with the @samp{--norecursion} option). You can run the @code{configure} script from any of the subordinate directories in the _GDBN__ distribution, if you only want to |