diff --git a/Makefile b/Makefile
index be6bdf039ed73b9286b8eba2d624ecf96ebc9210..fae62b4aba6cf748a552e64024bbd9cd8b09c153 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