diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-19 23:44:28 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-19 23:44:28 +0000 |
commit | cdfc500ecc92200320dd790084b96523190aeb9c (patch) | |
tree | 02c414df3c598d7da017a34a1f9f39eb8a1cde21 /configure.in | |
parent | 785116ce910c16a831e74ac39ac634e83f89717e (diff) | |
download | gcc-cdfc500ecc92200320dd790084b96523190aeb9c.tar.gz |
* configure.in: Add missing \.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61487 138bc75d-0d04-0410-961f-82ee72b054a4
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 47ea16f540e..4fd42ed246c 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 |