Fixed a typo in the last of the possible MKSHLIB_FORCE_ALL choices.

This commit is contained in:
briano%netscape.com 1999-08-16 22:59:17 +00:00
Родитель 0ce57055ba
Коммит 69c09c4962
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -246,7 +246,7 @@ if test "$GNU_CC"; then
exec 3<&0 <<LOOP_INPUT exec 3<&0 <<LOOP_INPUT
force="-Wl,--whole-archive"; unforce="-Wl,--no-whole-archive" force="-Wl,--whole-archive"; unforce="-Wl,--no-whole-archive"
force="-Wl,-z -Wl,allextract"; unforce="-Wl,-z -Wl,defaultextract" force="-Wl,-z -Wl,allextract"; unforce="-Wl,-z -Wl,defaultextract"
force="-Wl,all"; unforce="-Wl,-none" force="-Wl,-all"; unforce="-Wl,-none"
LOOP_INPUT LOOP_INPUT
while read line while read line
do do