X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/35b04af7a8efa1998cac186f9bb4f58de4e643ef..eefdd0e2b3d1b4f1bd111ec22f9e2cc60a7ce638:/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)