add a missing dependency - prevented clean rebuild after kernel upgrades
SVN-Revision: 5845
This commit is contained in:
parent
b8ecfe9ed0
commit
2f50e4ee3f
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
include $(TMP_DIR)/.target.mk
|
include $(TMP_DIR)/.target.mk
|
||||||
|
|
||||||
$(TMP_DIR)/.target.mk:
|
$(TMP_DIR)/.target.mk: $(TMP_DIR)/.targetinfo
|
||||||
$(SCRIPT_DIR)/gen_target_mk.pl < $(TMP_DIR)/.targetinfo > $@
|
$(SCRIPT_DIR)/gen_target_mk.pl < $(TMP_DIR)/.targetinfo > $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user