X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c59faa971ff27e2af3e90476b1f558e02dff3e0c..400875ce6f5a30b6a0493c8cae912c36a4a0595d:/Makefile.am?ds=inline diff --git a/Makefile.am b/Makefile.am index dc49815b..c781eb22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -573,9 +573,9 @@ cscope: ## gcov: @if ./config.status --config | grep -e --enable-debug >/dev/null; then \ - echo For best results with gcov, should configure \ - without --enable-debug; fi - @echo rebuilding with AM_CLFAGS=--coverage . . . + echo For best results with gcov, configure without --enable-debug; \ + fi + @echo rebuilding with AM_CFLAGS=--coverage . . . @(make clean && make AM_CFLAGS=--coverage) > /dev/null && make check @for i in `find . -name '*.gcda'`; do \ gcov -p -o `echo $$i | $(SED) 's%\\(.*\\)/%\\1 %'`; \