X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a08a66e19987bc3d8b72ebd66c9a0de67db561bf..114a2ef7550e0572d4ef75497f438f8db758fe77:/openwrt/target/utils/Makefile diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile index db65fce23..c08bd1a55 100644 --- a/openwrt/target/utils/Makefile +++ b/openwrt/target/utils/Makefile @@ -1,6 +1,6 @@ include $(TOPDIR)/rules.mk -TARGETS := addpattern trx belkin-bin motorola-bin +TARGETS := addpattern trx motorola-bin UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils @@ -12,6 +12,9 @@ install: compile package: clean: rm -rf $(UTILS_BUILD_DIR) + for f in $(TARGETS); do \ + rm -f $(STAGING_DIR)/bin/$$f ; \ + done $(UTILS_BUILD_DIR): mkdir -p $(UTILS_BUILD_DIR)