diff options
author | Erik Sandberg <ersa9195@student.uu.se> | 1996-03-05 03:02:45 +0000 |
---|---|---|
committer | Erik Sandberg <ersa9195@student.uu.se> | 1996-03-05 03:02:45 +0000 |
commit | 9a0d30bdb1c053a62580c361f35ae9754ba763a6 (patch) | |
tree | 5404926a2863ec3156e07736769a8d4cfeabff61 | |
parent | e9ef1cf37a4d067c730b1df5c7a3fed3fdf06044 (diff) |
(moss): Fix previous change.cvs/libc-960305
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index ad95eb54f3..b2691160cf 100755 --- a/config.sub +++ b/config.sub @@ -661,7 +661,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* -moss*) + | -cygwin32* | -pe* | -psos* | -moss*) # Remember, each alternative MUST END IN *, to match a version number. ;; -sunos5*) |