Using instead of gmake (to address the travis failure)
This commit is contained in:
parent
b2c1fa8c59
commit
c0acce96c1
@ -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:]')
|
||||
|
Loading…
Reference in New Issue
Block a user