diff --git a/Makefile.am b/Makefile.am index f9e6452a2..99356b093 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ Doxyfile : Doxyfile.in apidoc : Doxyfile @test -d apidoc || doxygen - @! find Doxyfile src/ -name '*.h' -o -name '*.md' , -newer apidoc | \ + @! find Doxyfile src/ \( -name '*.h' -o -name '*.md' \) -newer apidoc | \ grep -q '' || doxygen && touch apidoc cov-reset-common: