fix the shifting

This commit is contained in:
Rudolf Polzer 2010-07-04 21:28:51 +02:00
parent d5cad69062
commit 1214a3a778

4
all
View File

@ -457,18 +457,16 @@ case "$cmd" in
case "$X" in
sdl)
TARGETS="sdl-debug $TARGETS"
shift
;;
glx|agl|wgl)
TARGETS="cl-debug $TARGETS"
shift
;;
dedicated)
TARGETS="sv-debug $TARGETS"
shift
;;
esac
done
shift
fi
if [ -z "$MAKEFLAGS" ]; then
if [ -f /proc/cpuinfo ]; then