summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/buildsystem/make.sh')
-rw-r--r--lib/buildsystem/make.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/buildsystem/make.sh b/lib/buildsystem/make.sh
index a6c4dc2..2837b9d 100644
--- a/lib/buildsystem/make.sh
+++ b/lib/buildsystem/make.sh
@@ -83,11 +83,10 @@ _oh_make_install()
_oh_make_update_first_defined_target()
{
- local targets=
+ local targets="${1}"
local target=
local rc=
- targets="${1}"
shift
mkdir -p "${_OH_BUILDSYSTEM_BUILD_DIR}"