X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=scripts%2FMakefile.build;h=e2ad2dccccdb70f387317c1ef91292b150e98150;hb=ef2e58ea6b9931c3a4816c66593da49bb20e3b24;hp=3cb445cc7432fdac293fcea287a62e437fee921f;hpb=d0e5f39f1ee2e55d140064bb6d74c8bad25d71d0;p=powerpc.git diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 3cb445cc74..e2ad2dcccc 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -191,9 +191,10 @@ define rule_cc_o_c $(call echo-cmd,checksrc) $(cmd_checksrc) \ $(call echo-cmd,cc_o_c) $(cmd_cc_o_c); \ $(cmd_modversions) \ - scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > $(@D)/.$(@F).tmp; \ + scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \ + $(dot-target).tmp; \ rm -f $(depfile); \ - mv -f $(@D)/.$(@F).tmp $(@D)/.$(@F).cmd + mv -f $(dot-target).tmp $(dot-target).cmd endef # Built-in and composite module parts