about summary refs log tree commit diff
path: root/mk/programs.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T15·05+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T15·17+0000
commit962551a071da87589a97a2f40d72b87d6e6ba9e2 (patch)
tree163b02f38f6840ed35c6a01a5b0530973615a864 /mk/programs.mk
parent1a1d8b073a1d770c8de4f8eb274387b209b32782 (diff)
Add a Makefile for the scripts directory
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)