Updated the build files to use $(xCP), allows use of mcopy to a mtools disk
[tpg/acess2.git] / Usermode / Applications / CLIShell_src / Makefile
index 93c58f7..ca2d988 100644 (file)
@@ -20,7 +20,7 @@ $(BIN): $(COBJ)
        @echo --- $(LD) -o $@\r
        @$(LD) $(LDFLAGS) -o $@ $(COBJ) -Map Map.txt\r
        objdump -d $(BIN) > $(BIN).dsm\r
-       cp $(BIN) $(DISTROOT)/Bin/\r
+       $(xCP) $(BIN) $(DISTROOT)/Bin/\r
 \r
 $(COBJ): %.o: %.c\r
        @echo --- GCC -o $@\r

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