altos: Stop copying cc1111 binaries to the altos/src dir
[fw/altos] / src / product / Makefile.telelaunch
index 1e55989c36e07eeb2acb8c9bf7d2717bfeceb38f..a5e2eb7fb12912afbcb7db443e2fccd57f78b8f4 100644 (file)
@@ -82,9 +82,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 $@