Using instead of gmake (to address the travis failure)

This commit is contained in:
Bimba Shrestha 2019-10-04 09:29:58 -07:00
parent b2c1fa8c59
commit c0acce96c1

View File

@ -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:]')