From 520b56c22981b463645caaab25ecd14778ccafca Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 5 Jan 2016 09:48:46 -0500 Subject: [PATCH] Fixed failed "make install" on OpenBSD --- cryptest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptest.sh b/cryptest.sh index 3a06bfd0..967f3f62 100755 --- a/cryptest.sh +++ b/cryptest.sh @@ -1536,7 +1536,7 @@ if [ "$IS_CYGWIN" -eq "0" ] && [ "$IS_MINGW" -eq "0" ]; then else # Still need to manulally place TestData and TestVectors OLD_DIR=$(pwd) - make install PREFIX="$INSTALL_DIR" 2>&1 | tee -a "$INSTALL_RESULTS" + "$MAKE" install PREFIX="$INSTALL_DIR" 2>&1 | tee -a "$INSTALL_RESULTS" cd "$INSTALL_DIR/bin" echo