From 67148a343dd2d6042cc9deaf37b4a5a230e277d0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 13 Jan 1994 10:42:24 +0000 Subject: [PATCH] Fix typo in -hiux* case. --- config.sub | 4 ++-- lib/config.sub | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.sub b/config.sub index 5f0e9f3d..c036cf3d 100644 --- a/config.sub +++ b/config.sub @@ -1,6 +1,6 @@ #!/bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -72,7 +72,7 @@ case $os in basic_machine=$1 ;; -hiux*) - os==-hiuxwe2 + os=-hiuxwe2 ;; -sco4) os=-sco3.2v4 diff --git a/lib/config.sub b/lib/config.sub index 5f0e9f3d..c036cf3d 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -1,6 +1,6 @@ #!/bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -72,7 +72,7 @@ case $os in basic_machine=$1 ;; -hiux*) - os==-hiuxwe2 + os=-hiuxwe2 ;; -sco4) os=-sco3.2v4 -- 2.43.5