X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Ftarget.mk;h=bd3ceb955b7f00d0f76eb6d6305a2d9be5bd5e68;hb=bbe1e39616ea9682e2bff423a994f386fca0e617;hp=17a41f7c492817b739f8f8c6dc40a51069bb8f7f;hpb=b806b008065672cf155ff31b757d36b8f67cac17;p=openwrt-10.03%2F.git 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