diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-11 06:58:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-11 06:58:14 +0000 |
commit | b48e4aeb002f3ef7d555974cbf3b0c5ac38db4a8 (patch) | |
tree | b3748322caf7030d1326dcae56fb819adbff891a | |
parent | 325d9e67e80b6d23e6fabc767e934ad0751db1b4 (diff) | |
download | emacs-b48e4aeb002f3ef7d555974cbf3b0c5ac38db4a8.tar.gz |
(mips-sony-newsos6*): File news-risc.h renamed to news-r6.h.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a8d4f0c106f..477e0af63ba 100644 --- a/configure.in +++ b/configure.in @@ -731,7 +731,7 @@ case "${canonical}" in machine=news-risc opsys=bsd4-3 ;; mips-sony-newsos6* ) - machine=news-risc6 opsys=newsos6 + machine=news-r6 opsys=newsos6 ;; mips-sony-news* ) machine=news-risc opsys=newsos5 |