Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux-2.6-block.git] / scripts / Makefile.host
index 08d83d9db31a138420f075dd45630046a76d1180..3c17e6ba421ceffcf9af76989e4b70a5b9b9305e 100644 (file)
@@ -156,7 +156,7 @@ quiet_cmd_host-rust = HOSTRUSTC $@
       cmd_host-rust    = \
        $(HOSTRUSTC) $(hostrust_flags) --emit=link=$@ $<
 $(host-rust): $(obj)/%: $(src)/%.rs FORCE
-       $(call if_changed_dep,host-rust)
+       +$(call if_changed_dep,host-rust)
 
 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
           $(host-cxxmulti) $(host-cxxobjs) $(host-rust)