Procházet zdrojové kódy

toolchain: use file_copy to install the initial gcc files

SVN-Revision: 34440
Jo-Philipp Wich před 13 roky
rodič
revize
57d29c25f5
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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))