diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-11 23:40:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-11 23:40:37 +0000 |
commit | bdf2af37da5d8a925a2f8dd8020b5e90a383d78e (patch) | |
tree | 37ea5f963ee4b5cc44c53ca82b214bf5f2b76e76 | |
parent | 186588d6bf9e64f0c10179f419b6029e00e2fc9b (diff) | |
download | glibc-bdf2af37da5d8a925a2f8dd8020b5e90a383d78e.tar.gz glibc-bdf2af37da5d8a925a2f8dd8020b5e90a383d78e.tar.xz glibc-bdf2af37da5d8a925a2f8dd8020b5e90a383d78e.zip |
Fix typo in previous change.
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 0223922fc9..8cf47544ff 100755 --- a/config.sub +++ b/config.sub @@ -657,7 +657,7 @@ case $os in | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -cygwin32* | -pe* -psos*) + | -cygwin32* | -pe* | -psos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -sunos5*) |