diff --git a/bash/betas/kalibrate.sh b/bash/betas/kalibrate.sh index 271c8ae..3860d24 100755 --- a/bash/betas/kalibrate.sh +++ b/bash/betas/kalibrate.sh @@ -143,8 +143,6 @@ if [[ true ]] ; then ACTION=$(./configure ${BETA_CFLAGS} 2>&1) fi # Make. - if [[ -f "Makefile" ]] ; then - ACTION=$(make -C ${BETA_BUILD_DIRECTORY} 2>&1) if [[ -f "Makefile" ]] ; then ACTION=$(make -C ${BETA_BUILD_DIRECTORY} 2>&1) # Install.