apidoc: Fix make target dependency find precedence

This commit is contained in:
Martin Willi 2015-04-16 17:10:42 +02:00
parent d49330a9a8
commit bef227c580
1 changed files with 1 additions and 1 deletions

View File

@ -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: