Updated the build files to use $(xCP), allows use of mcopy to a mtools disk
[tpg/acess2.git] / Usermode / Libraries / libacess.so_src / Makefile
index 0bb0fe4..5d49668 100644 (file)
@@ -21,7 +21,7 @@ $(BIN): $(OBJ)
        @echo --- $(LD) -shared -o $@
        @$(LD) $(LDFLAGS) -o $(BIN) $(OBJ)
        @$(STRIP) $(BIN)
-       cp $(BIN) $(DISTROOT)/Libs
+       $(xCP) $(BIN) $(DISTROOT)/Libs
        
 %.ao: %.asm syscalls.inc.asm
        @echo $(AS) -o $@

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