summaryrefslogtreecommitdiff
path: root/config/config.guess
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-18 20:44:25 +0000
committerJim Meyering <jim@meyering.net>2002-07-18 20:44:25 +0000
commitd4439bcbf474d396f1aac4351c0eb9876522a198 (patch)
tree531166db669c5aecef9f86980eb6c0c57c72fcdc /config/config.guess
parentaf378653701ef62fc89800c9b2e3dd1c2039ebe8 (diff)
downloadcoreutils-d4439bcbf474d396f1aac4351c0eb9876522a198.tar.xz
update from master
Diffstat (limited to 'config/config.guess')
-rw-r--r--config/config.guess6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.guess b/config/config.guess
index d7c7fd7e2..ffcb6435d 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-07-03'
+timestamp='2002-07-09'
# 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
@@ -283,7 +283,7 @@ EOF
;;
esac
fi
- rm -f $dummy.s $dummy && dir $tmpdir
+ rm -f $dummy.s $dummy && rmdir $tmpdir
echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
exit 0 ;;
Alpha\ *:Windows_NT*:*)
@@ -324,7 +324,7 @@ EOF
NILE*:*:*:dcosx)
echo pyramid-pyramid-svr4
exit 0 ;;
- DSR?6000:UNIX_SV:4.2*:7*)
+ DRS?6000:UNIX_SV:4.2*:7*)
case `/usr/bin/uname -p` in
sparc) echo sparc-icl-nx7 && exit 0 ;;
esac ;;