X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fteleterra-v0.2%2FMakefile;fp=src%2Fteleterra-v0.2%2FMakefile;h=88637360d35f191be751c532af839a30d52d051e;hb=0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857;hp=68a8d1b6c6c664d64efebe175abcd95f272db3d5;hpb=b86c69d56261da54745076b1f5a9c8e8e44787c2;p=fw%2Faltos diff --git a/src/teleterra-v0.2/Makefile b/src/teleterra-v0.2/Makefile index 68a8d1b6..88637360 100644 --- a/src/teleterra-v0.2/Makefile +++ b/src/teleterra-v0.2/Makefile @@ -86,10 +86,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