Fixed failed "make install" on OpenBSD
parent
86d59828c7
commit
520b56c229
|
|
@ -1536,7 +1536,7 @@ if [ "$IS_CYGWIN" -eq "0" ] && [ "$IS_MINGW" -eq "0" ]; then
|
||||||
else
|
else
|
||||||
# Still need to manulally place TestData and TestVectors
|
# Still need to manulally place TestData and TestVectors
|
||||||
OLD_DIR=$(pwd)
|
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"
|
cd "$INSTALL_DIR/bin"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue