Bläddra i källkod

toolchain: use file_copy to install the initial gcc files

SVN-Revision: 34440
Jo-Philipp Wich 13 år sedan
förälder
incheckning
57d29c25f5
1 ändrade filer med 1 tillägg och 2 borttagningar
  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))