X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/35b04af7a8efa1998cac186f9bb4f58de4e643ef..5c99e025c4d8e9674c12a16b560ccd8a8789acb3:/openwrt/toolchain/utils/Makefile diff --git a/openwrt/toolchain/utils/Makefile b/openwrt/toolchain/utils/Makefile index b5dae7347..2af6b139d 100644 --- a/openwrt/toolchain/utils/Makefile +++ b/openwrt/toolchain/utils/Makefile @@ -12,7 +12,7 @@ prepare: $(UTILS_BUILD_DIR) compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS)) install: compile mkdir -p $(STAGING_DIR)/bin - cp -a $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/ + $(CP) $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/ package: clean: rm -rf $(UTILS_BUILD_DIR)