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.
This commit is contained in:
Michael Shigorin 2013-08-06 15:02:33 +04:00
parent 9257927e86
commit 62a37f373f

View File

@ -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)