X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1d7752278757a081a51933b6e687ad41157ce949..b806b008065672cf155ff31b757d36b8f67cac17:/include/target.mk diff --git a/include/target.mk b/include/target.mk index 042e85d32..17a41f7c4 100644 --- a/include/target.mk +++ b/include/target.mk @@ -7,6 +7,11 @@ include $(TMP_DIR)/.target.mk +ifeq ($(IB),1) +$(TMP_DIR)/.target.mk: $(TOPDIR)/.target.mk + $(CP) $< $@ +else $(TMP_DIR)/.target.mk: $(TMP_DIR)/.targetinfo $(SCRIPT_DIR)/gen_target_mk.pl < $(TMP_DIR)/.targetinfo > $@ +endif