aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2015-04-16 17:10:42 +0200
committerMartin Willi <martin@revosec.ch>2015-04-16 17:10:42 +0200
commitbef227c580f66e30ff6254f87209a799e6302251 (patch)
tree506e0893a4ff3ad4045e49b746dd2a4c74333031 /Makefile.am
parentd49330a9a877027d8976a5cafc0b4f0ad0da4ff7 (diff)
downloadstrongswan-bef227c580f66e30ff6254f87209a799e6302251.tar.bz2
strongswan-bef227c580f66e30ff6254f87209a799e6302251.tar.xz
apidoc: Fix make target dependency find precedence
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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: