We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743d04f commit 48fee99Copy full SHA for 48fee99
Makefile.am
@@ -122,6 +122,8 @@ endif
122
TESTS = $(TESTS_CODE_COVERAGE)
123
124
distclean-local:
125
+ $(RM) ltmain.sh missing test-driver config.guess
126
+ $(RM) depcomp compile install-sh config.sub
127
$(RM) output.zcov
128
$(RM) -r coverage-report/
129
autogen.sh
@@ -58,7 +58,7 @@ run aclocal
58
run libtoolize --force
59
run autoconf
60
run autoheader
61
-run automake --add-missing
+run automake --add-missing --force-missing
62
63
cd "${OLD_PWD}" >/dev/null
64
0 commit comments