summaryrefslogtreecommitdiff
path: root/src/telefire-v0.2
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-09-15 14:21:08 -0700
committerKeith Packard <keithp@keithp.com>2013-09-15 14:26:55 -0700
commit0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857 (patch)
treeda7f6e8c5c1c2a2344532fa08d795eb79388404d /src/telefire-v0.2
parentb86c69d56261da54745076b1f5a9c8e8e44787c2 (diff)
altos: Stop copying cc1111 binaries to the altos/src dir
Just clutters up that directory. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telefire-v0.2')
-rw-r--r--src/telefire-v0.2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/telefire-v0.2/Makefile b/src/telefire-v0.2/Makefile
index 3353bc1a..a820990a 100644
--- a/src/telefire-v0.2/Makefile
+++ b/src/telefire-v0.2/Makefile
@@ -84,10 +84,10 @@ endif
# Otherwise, print the full command line.
quiet ?= $($1)
-all: ../$(PROG)
+all: $(PROG)
-../$(PROG): $(REL) Makefile
- $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && cp $(PROG) $(PMAP) ..
+$(PROG): $(REL) Makefile
+ $(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