diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-02-02 23:01:14 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-02-02 23:01:14 +0000 |
commit | fcfcbf27be8abbb51644782ace279e5b37f777a3 (patch) | |
tree | c1b1988fc434ca97257fb52cb169713e0e0ff48d /configure.in | |
parent | ae9120f917c8d481bf51356bc64ac6aa2515a78e (diff) | |
download | gdb-fcfcbf27be8abbb51644782ace279e5b37f777a3.zip gdb-fcfcbf27be8abbb51644782ace279e5b37f777a3.tar.gz gdb-fcfcbf27be8abbb51644782ace279e5b37f777a3.tar.bz2 |
Fix typo
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cb64e4e..fa78583 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" |