Updated the build files to use $(xCP), allows use of mcopy to a mtools disk
[tpg/acess2.git] / Usermode / Applications / ifconfig_src / Makefile
index 75e9519..8b6ccff 100644 (file)
@@ -16,7 +16,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/
+       $(xCP) $(BIN) $(DISTROOT)/Bin/
 \r
 clean:\r
        @$(RM) $(COBJ) $(BIN) $(BIN).dsm Map.txt

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