add a missing dependency - prevented clean rebuild after kernel upgrades
authorFelix Fietkau <nbd@openwrt.org>
Mon, 18 Dec 2006 18:28:38 +0000 (18:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 18 Dec 2006 18:28:38 +0000 (18:28 +0000)
SVN-Revision: 5845

include/target.mk

index 7f0501e5957a7948b79dbde566effd15dc51b40a..042e85d326781967f509d6809fe2489993cd7a5c 100644 (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 > $@