X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b806b008065672cf155ff31b757d36b8f67cac17..6f12a935c71837c40a98efe2b4e957c6ce7ec143:/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