Updated the build files to use $(xCP), allows use of mcopy to a mtools disk
[tpg/acess2.git] / Usermode / Libraries / libgcc.so_src / Makefile
index f29038f..5308e7d 100644 (file)
@@ -21,7 +21,7 @@ $(BIN): $(OBJS)
        @echo -- ld -o $@
        @$(LD) $(LDFLAGS) -o $(BIN) $(OBJS)
        @$(OBJDUMP) -d $(BIN) > libgcc.so.dsm
-       cp $(BIN) $(DISTROOT)/Libs
+       $(xCP) $(BIN) $(DISTROOT)/Libs
 
 $(OBJS): %.o: %.c
        @echo -- gcc -o $@

UCC git Repository :: git.ucc.asn.au