diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-06-18 20:41:47 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-06-18 20:41:47 +0000 |
commit | 26e4af5477acafc40c7289afc7b590925f00ba79 (patch) | |
tree | a5edb62948d6a8e55ac2794f94b9ac57f52d2dba /configure | |
parent | 32c36ac87a3d8d811e54b80ec608dc44b916b146 (diff) | |
download | gcc-26e4af5477acafc40c7289afc7b590925f00ba79.tar.gz |
configure: Remove garbage from previous commit.
2002-06-18 Phil Edwards <pme@gcc.gnu.org>
* configure: Remove garbage from previous commit.
From-SVN: r54763
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure b/configure index 3e891d93646..dafba31cbb1 100755 --- a/configure +++ b/configure @@ -89,7 +89,7 @@ subdirs= target_alias=NOTARGET target_makefile_frag= undefs=NOUNDEFS -version="$Revision: 1.43 $" +version="$Revision: 1.44 $" x11=default bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' @@ -597,10 +597,6 @@ if test "${srcdir}" = "." ; then echo "builddir=${builddir}" > s-buildd echo "defaulttarget=$t" >> s-buildd cd ${builddir} -echo host $host_alias -echo target $target_alias -echo t $t -sleep 20 exec ${config_shell} ../configure $arguments fi |