aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ct.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ct.mk b/plugins/ct.mk
index 3db994d..bc1d0bd 100644
--- a/plugins/ct.mk
+++ b/plugins/ct.mk
@@ -54,7 +54,7 @@ endif
ifneq ($(ALL_APPS_DIRS),)
define ct_app_target
apps-ct-$1: test-build
- $(MAKE) -C $1 ct IS_APP=1
+ $$(MAKE) -C $1 ct IS_APP=1
endef
$(foreach app,$(ALL_APPS_DIRS),$(eval $(call ct_app_target,$(app))))