add a missing dependency - prevented clean rebuild after kernel upgrades

SVN-Revision: 5845
This commit is contained in:
Felix Fietkau 2006-12-18 18:28:38 +00:00
parent b8ecfe9ed0
commit 2f50e4ee3f

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