found another bad make install

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1158 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2008-03-13 15:34:44 +00:00
commit e8e9e3b839

View file

@ -502,8 +502,6 @@ function run_install_step()
then
RETURN=`expr $RETURN + $LAST_RETURN`
fi
execute_cmd "make install" "[$currentStepCounter-4] Make install ParadisEO-MOEO" $SPY
RETURN=`expr $RETURN + $?`
fi
if [ ! $(($RETURN)) = 0 ]