diff options
author | K. Richard Pixley <rich@cygnus> | 1992-04-16 02:58:00 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-04-16 02:58:00 +0000 |
commit | 888cf6797f060ee485a5bc995579696fef5b83a7 (patch) | |
tree | 61ca47fe13fc56ae24ce81c65f1582208cd075e3 /configure.texi | |
parent | e1ca00723d00a366075c36bb7fc982ea49b98a32 (diff) | |
download | gdb-888cf6797f060ee485a5bc995579696fef5b83a7.zip gdb-888cf6797f060ee485a5bc995579696fef5b83a7.tar.gz gdb-888cf6797f060ee485a5bc995579696fef5b83a7.tar.bz2 |
corrected a typo that resulted in makeinfo failure
Diffstat (limited to 'configure.texi')
-rw-r--r-- | configure.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.texi b/configure.texi index 89bcef7..f8b07ce 100644 --- a/configure.texi +++ b/configure.texi @@ -986,7 +986,7 @@ recur. You must usually set this in the per-invocation section of @file{configure.in}. If @file{Makefile.in} contains a line starting with @code{SUBDIRS =}, then it will be replaced with an assignment to @code{SUBDIRS} using -the value of @code{configdirs} (if #code{subdirs} is empty). This can +the value of @code{configdirs} (if @code{subdirs} is empty). This can be used to determine which directories to configure and build depending on the host and target configurations. @c Most other matching makefile/config vars use the same name. Why not |