about summary refs log tree commit diff
path: root/mk/programs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/programs.mk')
-rw-r--r--mk/programs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/programs.mk b/mk/programs.mk
index 48f95c60c981..648a6053b4c2 100644
--- a/mk/programs.mk
+++ b/mk/programs.mk
@@ -30,7 +30,7 @@ define build-program =
 
   $$(eval $$(call create-dir,$$($(1)_INSTALL_DIR)))
 
-  install:: $$($(1)_INSTALL_PATH)
+  install: $$($(1)_INSTALL_PATH)
 
   ifeq ($(BUILD_SHARED_LIBS), 1)