config.guess update from prep
authorKarl Berry <karl@freefriends.org>
Thu, 19 Dec 2002 14:46:15 +0000 (14:46 +0000)
committerKarl Berry <karl@freefriends.org>
Thu, 19 Dec 2002 14:46:15 +0000 (14:46 +0000)
config/ChangeLog
config/config.guess

index 3fc8aa643591fcde799d1a9bb48fd367b79cbb8e..a1fb812a5b9d52cb3ef51c78d21218b8c6b00c8f 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-19    <karl@gnu.org>
+
+       * config.guess: update from prep.
+
 2002-12-12    <karl@gnu.org>
 
        * config.guess: update from prep.
index b1ed94fa63c31808e7314f157e862b7c45745258..c41730c769131f699dc5a3afd9996c25ddc091b6 100644 (file)
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002 Free Software Foundation, Inc.
 
-timestamp='2002-12-11'
+timestamp='2002-12-17'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -636,7 +636,7 @@ EOF
 EOF
                    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
                    test -z "$HP_ARCH" && HP_ARCH=hppa
-                   rm -f $dummy.c $dummy && rmdir $tmpdir
+                   rm -f $dummy.c $dummy
                fi ;;
        esac
        if [ ${HP_ARCH} = "hppa2.0w" ]
@@ -650,6 +650,7 @@ EOF
                HP_ARCH="hppa64"
            fi
        fi
+       test -n "$CC_FOR_BUILD" && rmdir $tmpdir
        echo ${HP_ARCH}-hp-hpux${HPUX_REV}
        exit 0 ;;
     ia64:HP-UX:*:*)