* config.host: Removed superfluous newline.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 2003 22:29:01 +0000 (22:29 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 2003 22:29:01 +0000 (22:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71701 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.host

index 3fe212d..2300ba8 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config.host: Removed superfluous newline.
+
 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * config.gcc: Use ${target}, not $machine.
index ba32280..f1590a9 100644 (file)
@@ -70,8 +70,7 @@ case ${host} in
  | i[34567]86-sequent-sysv[123]* \
  | i[34567]86-go32-* \
  | i[34567]86-*-go32* \
- | vax-*-vms*
- )
+ | vax-*-vms*)
     echo "*** Configuration for host ${host} not supported" 1>&2
     exit 1
     ;;