diff options
author | Richard Kenner <kenner@gnu.org> | 1996-06-28 17:28:58 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1996-06-28 17:28:58 +0000 |
commit | 4650603773322aa6adbe19af8cce4111f0fc9244 (patch) | |
tree | 010ba4d8fa0a4fdb541cef9df83b213985fe68ed /config.guess | |
parent | 0b2924169eb91a96689138dc41d6f56cb6b50cc5 (diff) | |
download | emacs-4650603773322aa6adbe19af8cce4111f0fc9244.tar.gz |
(mips:*:*:UMIPS): Fix typo in last change.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index c416b7811ea..f89f911b709 100755 --- a/config.guess +++ b/config.guess @@ -136,7 +136,7 @@ EOF ${CC-cc} dummy.c -o dummy && ./dummy "${UNAME_RELEASE}" \ && rm dummy.c dummy && exit 0 rm -f dummy.c dummy - echo mips-mips-riscos{UNAME_RELEASE} + echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix |