Skip to content
Snippets Groups Projects
Commit 67b0f924 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

made the usual non-portable-find-commandline-error: added -print for

non-GNU finds...

[[Imported from SVN: r1243]]
parent 61f9e558
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ DEPENDON = -name \*.cc -o -name \*.hh -o -name \*.css -o -name \*.html
# check dependency ourself to be robust
doxygen-tag: FORCE
if test ! -e doxygen-tag || test x"`find $(top_srcdir) \( $(DEPENDON) \) -a -cnewer doxygen-tag`" != x ; then \
if test ! -e doxygen-tag || test x"`find $(top_srcdir) \( $(DEPENDON) \) -a -cnewer doxygen-tag -print`" != x ; then \
echo Running doxygen. This may take a while... ; \
$(DOXYGEN) > doxygen.log 2>&1 ; \
touch doxygen-tag ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment