diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-19 23:45:39 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-19 23:45:39 +0000 |
commit | 83326456867a7d02186284ccc7600679585ae90d (patch) | |
tree | a39f43e5d0ad131ec9a3100a31b92a13245b1536 /configure.in | |
parent | dedc2a2b6559e402f90c322d37953d1875381b76 (diff) | |
download | gdb-83326456867a7d02186284ccc7600679585ae90d.zip gdb-83326456867a7d02186284ccc7600679585ae90d.tar.gz gdb-83326456867a7d02186284ccc7600679585ae90d.tar.bz2 |
* configure.in: Add missing \.
* configure: Rebuilt.
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 47ea16f..4fd42ed 100644 --- a/configure.in +++ b/configure.in @@ -161,7 +161,7 @@ target_libs="target-libiberty \ target-newlib \ ${libstdcxx_version} \ target-libf2c \ - ${libgcj} + ${libgcj} \ target-libobjc" # these tools are built using the target libs, and are intended to run only |