* merged r3151 from 2.0-stable: * fixed linux 2.4 module build for sparc32 git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3152 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -80,7 +80,7 @@ main_lx() {
done
;;
sparc)
if [ $treever != 24* -a "$ROCKCFG_SPARC_BITS" = 32 ] ; then
if [[ $treever != 24* ]] && [ "$ROCKCFG_SPARC_BITS" = 32 ]] ; then
eval $MAKE image
else
eval $MAKE vmlinux