From: Jo-Philipp Wich Date: Sun, 2 Dec 2012 12:20:47 +0000 (+0000) Subject: toolchain: use file_copy to install the initial gcc files X-Git-Tag: reboot~12140 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=57d29c25f5fb79a23975dec214c5d04d612e30cf;ds=sidebyside toolchain: use file_copy to install the initial gcc files SVN-Revision: 34440 --- diff --git a/toolchain/gcc/initial/Makefile b/toolchain/gcc/initial/Makefile index 6a985e5af2..d1481e0a36 100644 --- a/toolchain/gcc/initial/Makefile +++ b/toolchain/gcc/initial/Makefile @@ -30,8 +30,7 @@ define Host/Install ) $(call FixupLibdir,$(TOOLCHAIN_DIR)/initial) - - $(CP) $(TOOLCHAIN_DIR)/initial/. $(TOOLCHAIN_DIR)/ + $$(call file_copy,$(TOOLCHAIN_DIR)/initial/.,$(TOOLCHAIN_DIR)/) endef $(eval $(call HostBuild))