add a missing dependency - prevented clean rebuild after kernel upgrades
SVN-Revision: 5845
This commit is contained in:
parent
b8ecfe9ed0
commit
2f50e4ee3f
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
|||
|
||||
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 > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue