diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 383d73f..a95bbe4 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -241,7 +241,7 @@ # Built-in and composite module parts -pbl-%.o: %.c +pbl-%.o: %.c FORCE $(call cmd,force_checksrc) $(call if_changed_rule,pbl_cc_o_c) @@ -284,7 +284,7 @@ quiet_cmd_pbl_as_o_S = PBLAS $@ cmd_pbl_as_o_S = $(CC) -D__PBL__ $(a_flags) $(PBL_CPPFLAGS) -c -o $@ $< -pbl-%.o: %.S +pbl-%.o: %.S FORCE $(call if_changed_dep,pbl_as_o_S) %.o: %.S FORCE