From 62a37f373f998b7fb320e0fc7c8a09566f9c3e7c Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 6 Aug 2013 15:02:33 +0400 Subject: [PATCH] control: fix sudo-su target use/control/sudo-su apparently lacked dependency on plain use/control thus defeating the whole affair; thanks msp@ for spotting and reporting this. --- features.in/control/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/control/config.mk b/features.in/control/config.mk index 071912ba..5af8ed08 100644 --- a/features.in/control/config.mk +++ b/features.in/control/config.mk @@ -4,5 +4,5 @@ use/control: @$(call xport,CONTROL) # some presets -use/control/sudo-su: +use/control/sudo-su: use/control @$(call add,CONTROL,su:public sudo:public)