Browse Source

Fix error message.

Brian Aker 12 years ago
parent
commit
b8f30bdb26
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bootstrap.sh

+ 2 - 0
bootstrap.sh

@@ -990,6 +990,8 @@ function make_target ()
   if [ $ret -ne 0 ]; then
     if [ -n "$2" ]; then
       warn "Failed to execute $MAKE $1: $ret"
+    elif [ $ret -eq 2 ]; then
+      die "Failed to execute $MAKE $1"
     else
       die "Failed to execute $MAKE $1: $ret"
     fi