From: Michal Sojka Date: Wed, 2 Sep 2015 08:41:49 +0000 (+0200) Subject: Recommend Debug build of the library with rpp-test-sw X-Git-Tag: eaton-0.6~3 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-test-sw.git/commitdiff_plain/87e43dc588ceb0925c27fbf21be138d6a78f73f7?ds=sidebyside Recommend Debug build of the library with rpp-test-sw --- diff --git a/rpp-test-sw/Makefile.inc b/rpp-test-sw/Makefile.inc index 7a1fe48..c1e44dc 100644 --- a/rpp-test-sw/Makefile.inc +++ b/rpp-test-sw/Makefile.inc @@ -7,7 +7,7 @@ CONFIG = $(makefile_inc_dir)/../rpp-lib/Makefile.config ifneq ($(wildcard $(CONFIG)),) include $(CONFIG) else -$(error "rpp-lib not compiled! Either run `make -C $(makefile_inc_dir)/../rpp-lib/build//Release` or build the appropriate CCS project.") +$(error "rpp-lib not compiled! Either run `make -C $(makefile_inc_dir)/../rpp-lib/build//Debug` or build the appropriate CCS project.") endif include $(makefile_inc_dir)/../rpp-lib/build/Makefile.rules