summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-19 20:30:39 +0000
committerJim Meyering <jim@meyering.net>2002-12-19 20:30:39 +0000
commit5fcf19366eee1b523745c5d0ebef8b172b7eac67 (patch)
treed6666ecf034c7120430d548926f8b6e75a4f5e1e /config
parent302165d6028d7a0458a6bb7a697020f6cc0d492d (diff)
downloadcoreutils-5fcf19366eee1b523745c5d0ebef8b172b7eac67.tar.xz
.
Diffstat (limited to 'config')
-rw-r--r--config/config.guess5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.guess b/config/config.guess
index b1ed94fa6..c41730c76 100644
--- a/config/config.guess
+++ b/config/config.guess
@@ -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:*:*)