diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-13 14:05:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-13 14:05:14 +0000 |
commit | 06e88a80c7e0bc8c5e5fe35f40cf8c6ca24447ea (patch) | |
tree | 9a54ad8fe01f694e7355df8b90197b199709f9b2 /include/target.mk | |
parent | 0e3a29c270904f3b7be0dabbecd0401488318809 (diff) | |
download | upstream-06e88a80c7e0bc8c5e5fe35f40cf8c6ca24447ea.tar.gz upstream-06e88a80c7e0bc8c5e5fe35f40cf8c6ca24447ea.tar.bz2 upstream-06e88a80c7e0bc8c5e5fe35f40cf8c6ca24447ea.zip |
merge the scripts dealing with package/target metadata to remove some redundant code
SVN-Revision: 6088
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 2 |
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 |