]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
apidoc: Fix make target dependency find precedence
authorMartin Willi <martin@revosec.ch>
Thu, 16 Apr 2015 15:10:42 +0000 (17:10 +0200)
committerMartin Willi <martin@revosec.ch>
Thu, 16 Apr 2015 15:10:42 +0000 (17:10 +0200)
Makefile.am

index f9e6452a2c10862a7074fa26eabe3f884e525b3f..99356b0934dbf7ed513ac7e96b312be7e32b721e 100644 (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: