Fixed failed "make install" on OpenBSD

pull/3/head
Jeffrey Walton 2016-01-05 09:48:46 -05:00
parent 86d59828c7
commit 520b56c229
1 changed files with 1 additions and 1 deletions

View File

@ -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