From 57d29c25f5fb79a23975dec214c5d04d612e30cf Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 2 Dec 2012 12:20:47 +0000 Subject: [PATCH] toolchain: use file_copy to install the initial gcc files SVN-Revision: 34440 --- toolchain/gcc/initial/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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))