Updated the build files to use $(xCP), allows use of mcopy to a mtools disk
[tpg/acess2.git] / Usermode / Applications / init_src / Makefile
index 9331f6e..4541f62 100644 (file)
@@ -20,8 +20,8 @@ $(BIN): $(OBJ) Makefile
        @echo --- ld -o $(BIN)
        @$(LD) $(LDFLAGS) $(OBJ) -o $(BIN)
        $(OBJDUMP) -d $(BIN) > $(BIN).dsm
-       cp $(BIN) $(DISTROOT)/SBin/
+       $(xCP) $(BIN) $(DISTROOT)/SBin/
 
 %.o: %.c
-       @echo --- cc -o $@
+       @echo --- $(CC) -o $@
        @$(CC) $(CFLAGS) -c $< -o $@

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