From: Masahiro Yamada <masahiroy@kernel.org> Date: Sun, 2 Aug 2020 13:54:40 +0000 (+0900) Subject: kbuild: remove redundant FORCE definition in scripts/Makefile.modpost X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=28ab576ba8de934ee3145b6d75119f016de567cb;p=linux.git kbuild: remove redundant FORCE definition in scripts/Makefile.modpost The same code exists a few lines above. Fixes: 436b2ac603d5 ("modpost: invoke modpost only when input files are updated") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> --- diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 3651cbf6ad49d..f54b6ac37ac2e 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost @@ -124,9 +124,6 @@ existing-targets := $(wildcard $(sort $(targets))) -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd) -PHONY += FORCE -FORCE: - endif .PHONY: $(PHONY)