merge the scripts dealing with package/target metadata to remove some redundant code
[openwrt-10.03/.git] / include / target.mk
index 17a41f7c492817b739f8f8c6dc40a51069bb8f7f..bd3ceb955b7f00d0f76eb6d6305a2d9be5bd5e68 100644 (file)
@@ -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