X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=c781eb22850cabf2dba317fe91d37979c6ff3c00;hb=e8ed3af7805a75b43204722862b07d0e7c82c0c5;hp=dc49815b51024bacd9b824cd3f1f344dd24fe799;hpb=c59faa971ff27e2af3e90476b1f558e02dff3e0c;p=mmh diff --git a/Makefile.am b/Makefile.am index dc49815..c781eb2 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 %'`; \