X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b806b008065672cf155ff31b757d36b8f67cac17..4ff563f9ef0253edfef84745bede395cb84c6c1c:/include/target.mk diff --git a/include/target.mk b/include/target.mk index 17a41f7c4..bd3ceb955 100644 --- a/include/target.mk +++ b/include/target.mk @@ -12,6 +12,6 @@ $(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 > $@ + $(SCRIPT_DIR)/metadata.pl target_mk < $(TMP_DIR)/.targetinfo > $@ endif