diff --git a/Makefile b/Makefile index be6bdf039e..fae62b4aba 100644 --- a/Makefile +++ b/Makefile @@ -393,6 +393,9 @@ makeopts: configure menuselect.makeopts: menuselect/menuselect makeopts.xml @menuselect/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@ +menuselect.makedeps: menuselect/menuselect makeopts.xml + @menuselect/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@ + #ifneq ($(wildcard tags),) ctags: tags #endif