aboutsummaryrefslogtreecommitdiff
path: root/util/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'util/abuild')
-rwxr-xr-xutil/abuild/abuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild
index 2632aaa176..c8c56f8e31 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -61,10 +61,10 @@ configdir="$TOP/configs"
TIMELESS=0
# One might want to adjust these in case of cross compiling
-for i in make gmake gnumake nonexistant_make; do
+for i in make gmake gnumake nonexistent_make; do
$i --version 2>/dev/null |grep "GNU Make" >/dev/null && break
done
-if [ "$i" = "nonexistant_make" ]; then
+if [ "$i" = "nonexistent_make" ]; then
echo No GNU Make found.
exit 1
fi