From: K. Richard Pixley Date: Thu, 16 Apr 1992 02:58:00 +0000 (+0000) Subject: corrected a typo that resulted in makeinfo failure X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=888cf6797f060ee485a5bc995579696fef5b83a7;p=binutils-gdb.git corrected a typo that resulted in makeinfo failure --- diff --git a/configure.texi b/configure.texi index 89bcef7c13c..f8b07cee8f0 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