瀏覽代碼

toolchain: use file_copy to install the initial gcc files

SVN-Revision: 34440
Jo-Philipp Wich 13 年之前
父節點
當前提交
57d29c25f5
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      toolchain/gcc/initial/Makefile

+ 1 - 2
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))