X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0294cc43d5d972a6c3b9ef8be157c741903d0805..114a2ef7550e0572d4ef75497f438f8db758fe77:/openwrt/target/utils/Makefile diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile index b4c1a21ee..c08bd1a55 100644 --- a/openwrt/target/utils/Makefile +++ b/openwrt/target/utils/Makefile @@ -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)