Fix typo in last change.
This commit is contained in:
parent
956106575c
commit
7947d2d7cb
@ -222,7 +222,7 @@ case "${target}" in
|
|||||||
# add the go32 support tools to the list
|
# add the go32 support tools to the list
|
||||||
# but don't build gdb
|
# but don't build gdb
|
||||||
configdirs=`echo go32 ${configdirs}`
|
configdirs=`echo go32 ${configdirs}`
|
||||||
noconfigdis="$noconfigdirs gdb"
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
;;
|
;;
|
||||||
i[34]86-*-sco*)
|
i[34]86-*-sco*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
|
Loading…
Reference in New Issue
Block a user