Skip to content

Commit 2982728

Browse files
authored
Merge pull request #119 from drhooray/pr-dfsg-build
dfsg: build: Removing duplicate make command
2 parents 64cee48 + b6aafcf commit 2982728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function build_hal_adaptor() {
117117
make -j
118118
check_result $? $FUNCNAME
119119

120-
make make DESTDIR=${INSTALL_DIR}/install install
120+
make DESTDIR=${INSTALL_DIR}/install install
121121
check_result $? $FUNCNAME
122122
}
123123

0 commit comments

Comments
 (0)