altos: Stop copying cc1111 binaries to the altos/src dir
[fw/altos] / src / telebt-v1.0 / Makefile
index 911a8b09e11d06712c89ea6e4a49a898b3e42913..40853fc3cc04d083686fe4e54b46242ec5e0f778 100644 (file)
@@ -82,7 +82,7 @@ quiet ?= $($1)
 all: $(PROG)
 
 $(PROG): $(REL) Makefile
-       $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && cp $(PROG) $(PMAP) ..
+       $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL)
        $(call quiet,CHECK_STACK) ../cc1111/ao_arch.h $(PMEM) || rm $@
 
 ao_product.h: ao-make-product.5c ../Version