Fix typo in man page
[mmh] / Makefile.am
index def76cf..c781eb2 100644 (file)
@@ -65,7 +65,7 @@ TESTS = test/bad-input/test-header \
        test/repl/test-if-str test/scan/test-scan \
        test/sequences/test-flist test/sequences/test-mark \
        test/whatnow/test-attach-detach test/whatnow/test-cd \
-       test/whatnow/test-ls \
+       test/whatnow/test-ls test/whom/test-whom \
        test/cleanup ## The "cleanup" test should always be last.
 
 check_SCRIPTS = test/common.sh
@@ -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 %'`; \