Skip to content

Commit

Permalink
Merge pull request #119 from drhooray/pr-dfsg-build
Browse files Browse the repository at this point in the history
dfsg: build: Removing duplicate make command
  • Loading branch information
hao-yao authored Aug 9, 2024
2 parents 64cee48 + b6aafcf commit 2982728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function build_hal_adaptor() {
make -j
check_result $? $FUNCNAME

make make DESTDIR=${INSTALL_DIR}/install install
make DESTDIR=${INSTALL_DIR}/install install
check_result $? $FUNCNAME
}

Expand Down

0 comments on commit 2982728

Please sign in to comment.