altos: Stop copying cc1111 binaries to the altos/src dir
[fw/altos] / src / product / Makefile.teledongle
index 3101b77706593c3f09350e71726ad05ff6bcb1b2..da9bcba04597487776c62fe6efd5ee444ba431a7 100644 (file)
@@ -80,9 +80,9 @@ endif
 # Otherwise, print the full command line.
 quiet ?= $($1)
 
-all: ../$(PROG)
+all: $(PROG)
 
-../$(PROG): $(REL) Makefile
+$(PROG): $(REL) Makefile
        $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && cp $(PROG) $(PMAP) ..
        $(call quiet,CHECK_STACK) ../cc1111/ao_arch.h $(PMEM) || rm $@