From c1f5fe5ba1f7671f5067b33aa2927dc190645030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 31 Aug 2014 12:35:54 +0000 Subject: [PATCH] fixed wrong intermediate Makefile which was forgotten to change after the rename --- BaS_gcc/BaS_gcc.files | 1 + BaS_gcc/tos/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BaS_gcc/BaS_gcc.files b/BaS_gcc/BaS_gcc.files index d79ff86..eda7528 100644 --- a/BaS_gcc/BaS_gcc.files +++ b/BaS_gcc/BaS_gcc.files @@ -266,3 +266,4 @@ tos/jtagwait/sources/bas_string.c tos/jtagwait/sources/printf_helper.S tos/bascook/Makefile tos/bascook/sources/bascook.c +tos/Makefile diff --git a/BaS_gcc/tos/Makefile b/BaS_gcc/tos/Makefile index e37437b..4fde9fe 100644 --- a/BaS_gcc/tos/Makefile +++ b/BaS_gcc/tos/Makefile @@ -6,6 +6,6 @@ tos: jtagwait mcdcook jtagwait: (cd $@; make) -mcdcook: +bascook: (cd $@; make)