aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-13 14:05:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-13 14:05:14 +0000
commit2bcc7322ff03df2620d996c0558142a5e83c2d65 (patch)
treed6918ce8cf45a44dc280bb2cff5c123378d73ac8 /include
parentb2e87f2906d23b27b15f002ab41e7650dec6962f (diff)
downloadmaster-187ad058-2bcc7322ff03df2620d996c0558142a5e83c2d65.tar.gz
master-187ad058-2bcc7322ff03df2620d996c0558142a5e83c2d65.tar.bz2
master-187ad058-2bcc7322ff03df2620d996c0558142a5e83c2d65.zip
merge the scripts dealing with package/target metadata to remove some redundant code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6088 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
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