From 06e88a80c7e0bc8c5e5fe35f40cf8c6ca24447ea Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 13 Jan 2007 14:05:14 +0000 Subject: merge the scripts dealing with package/target metadata to remove some redundant code SVN-Revision: 6088 --- include/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/target.mk') diff --git a/include/target.mk b/include/target.mk index 17a41f7c49..bd3ceb955b 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 -- cgit v1.2.3