summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/test_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install.sh b/tests/test_install.sh
index c400fb7..50567b7 100755
--- a/tests/test_install.sh
+++ b/tests/test_install.sh
@@ -1,7 +1,7 @@
#/usr/bin/env sh
set -e
-make="gmake -C $lz4_root"
+make="$(MAKE) -C $lz4_root"
for cmd in install uninstall; do
for upper in DUMMY PREFIX EXEC_PREFIX LIBDIR INCLUDEDIR PKGCONFIGDIR BINDIR MANDIR MAN1DIR ; do
lower=$(echo $upper | tr '[:upper:]' '[:lower:]')