From: Michael Meissner Date: Fri, 2 Feb 1996 23:01:14 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fcfcbf27be8abbb51644782ace279e5b37f777a3;p=binutils-gdb.git Fix typo --- diff --git a/ChangeLog b/ChangeLog index 8f25a3431fb..2391f2f85d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 2 17:58:56 1996 Michael Meissner + + * configure.in (noconfigdirs): Add missing # in front of comment. + Thu Feb 1 14:38:13 1996 Geoffrey Noer * configure.in: add second pass to things added to noconfigdirs diff --git a/configure.in b/configure.in index cb64e4ebc6c..fa78583ddd8 100644 --- a/configure.in +++ b/configure.in @@ -531,7 +531,7 @@ case "${target}" in ;; esac -targets that need a second pass +# targets that need a second pass case "${target}" in *-gm-magic*) noconfigdirs="$noconfigdirs libgloss"