add a missing dependency - prevented clean rebuild after kernel upgrades

SVN-Revision: 5845
lede-17.01
Felix Fietkau 2006-12-18 18:28:38 +00:00
parent b8ecfe9ed0
commit 2f50e4ee3f
1 changed files with 1 additions and 1 deletions

View File

@ -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 > $@