Fixed --run-make option.

This commit is contained in:
Manuel Canales Esparcia 2006-06-25 06:36:06 +00:00
parent 6f2cd962e8
commit ef969eee80

View file

@ -262,7 +262,7 @@ while test $# -gt 0 ; do
fi
;;
--make | -M ) RUNMAKE=1 ;;
--run-make | -M ) RUNMAKE=1 ;;
--rebuild | -R ) CLEAN=1 ;;