kbuild: remove unneeded dependency for $(DOC_TARGETS)
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 17:33:21 +0000 (02:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 29 Aug 2019 14:54:29 +0000 (23:54 +0900)
Commit 415008af3219 ("docs-rst: convert lsm from DocBook to ReST")
stopped using if_changed_rule. There is no more users of if_changed*
for the doc targets. Hence, fixdep is unneeded. Remove the dependency
on scripts_basic.

All the doc targets are phony. The dependency on FORCE is not needed
either.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile

index 3f95d1d..48836d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1575,7 +1575,7 @@ $(help-board-dirs): help-%:
 DOC_TARGETS := xmldocs latexdocs pdfdocs htmldocs epubdocs cleandocs \
               linkcheckdocs dochelp refcheckdocs
 PHONY += $(DOC_TARGETS)
-$(DOC_TARGETS): scripts_basic FORCE
+$(DOC_TARGETS):
        $(Q)$(MAKE) $(build)=Documentation $@
 
 # Misc