diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-12 20:13:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-12 20:13:58 +0000 |
commit | 1a440e30d920ce8545f47631c7b6a325a47575da (patch) | |
tree | 3e3bfaa4596435be7ea184f237f35c395330a228 /config.sub | |
parent | cd320f323ec8c2b7a32476ed44a95ef4053a02b6 (diff) | |
download | emacs-1a440e30d920ce8545f47631c7b6a325a47575da.tar.gz |
(next): Fix typo in m68k-next-ns3 alternative.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index ff0323bf973..25300219eb5 100755 --- a/config.sub +++ b/config.sub @@ -344,7 +344,7 @@ case $basic_machine in -ns2*) ;; *) - $os=-ns3 + os=-ns3 ;; esac ;; |