diff --git a/lib/make/mb_proj.mk b/lib/make/mb_proj.mk index 49c3a1a..7f78711 100644 --- a/lib/make/mb_proj.mk +++ b/lib/make/mb_proj.mk @@ -30,13 +30,13 @@ $(call mb_make_call,mb_doc_function_deep,mb_proj_module_deps,"Convert other file define mb_proj_grow_deps_phase_clean $(MB__    )$(eval @@clean-deps:: $(1)) endef -$(call mb_make_call,mb_doc_function_deep,mb_proj_grow_deps_phase_process,"Grow the deps of the '@process' phase..","") +$(call mb_make_call,mb_doc_function_deep,mb_proj_grow_deps_phase_clean,"Grow the deps of the '@clean' phase..","") define mb_proj_grow_deps_phase_init $(MB__    )$(eval @@init-deps:: $(1)) endef -$(call mb_make_call,mb_doc_function_deep,mb_proj_grow_deps_phase_process,"Grow the deps of the '@process' phase..","") +$(call mb_make_call,mb_doc_function_deep,mb_proj_grow_deps_phase_init,"Grow the deps of the '@init' phase..","") define mb_proj_grow_deps_phase_process