From f5429246c05d41182dfecb6edab9b0f4a916641e Mon Sep 17 00:00:00 2001 From: Daniela GENIUS <daniela.genius@lip6.fr> Date: Thu, 4 Apr 2019 13:31:19 +0200 Subject: [PATCH] corrected Makefile.forsoclib --- MPSoC/Makefile.forsoclib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MPSoC/Makefile.forsoclib b/MPSoC/Makefile.forsoclib index a7abb1e606..92efe42353 100755 --- a/MPSoC/Makefile.forsoclib +++ b/MPSoC/Makefile.forsoclib @@ -18,8 +18,8 @@ updateruntime: cp mutekh/libmwmr/include/mwmr/mwmr.h mutekh/examples/avatar cp mutekh/libsyscams/*.c mutekh/examples/avatar cp mutekh/libsyscams/*.h mutekh/examples/avatar - cp src/*.c ~/TTool/MPSoC/mutekh/examples/avatar - cp src/*.h ~/TTool/MPSoC/mutekh/examples/avatar + cp src/*.c mutekh/MPSoC/mutekh/examples/avatar + cp src/*.h mutekh/MPSoC/mutekh/examples/avatar updategeneratedcode: -- GitLab