Updated the build files to use $(xCP), allows use of mcopy to a mtools disk
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / Makefile
index 3298402..d0b49a4 100644 (file)
@@ -25,7 +25,7 @@ $(BIN): $(AOBJ) $(COBJ)
        @$(LD) $(LDFLAGS) -o $(BIN) $(AOBJ) $(COBJ) > link.txt\r
        $(OBJDUMP) -x $(BIN) > ld-acess.dmp\r
        $(OBJDUMP) -d $(BIN) > ld-acess.dsm\r
-       cp $(BIN) $(DISTROOT)/Libs\r
+       $(xCP) $(BIN) $(DISTROOT)/Libs/
 \r
 $(COBJ): %.o: %.c\r
        @echo $(CC) -o $@\r

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