diff --git a/am/doxygen b/am/doxygen index 57fe355fc8b8731200d62a47c6771c7588424c0c..6f4a3b695c69d230d3d95dbdf44e34aae9a6a49a 100644 --- a/am/doxygen +++ b/am/doxygen @@ -49,7 +49,7 @@ DOXYGEN_DEPENDON = -name \*.cc -o -name \*.hh -o -name \*.png -o -name Doxyfile # check dependency ourself to be robust $(DOXYGENTAG): FORCE Doxyfile $(DOXYGENHEADER) $(DOXYGENFOOTER) set -e; \ - if test ! -f "$(VPATH)/$(DOXYGENTAG)" && ( test ! -e $(DOXYGENTAG) \ + if test ! -f "$(DOXYGENTAG)" && ( test ! -e $(DOXYGENTAG) \ || test x"`find $(top_srcdir) \( $(DOXYGEN_DEPENDON) \) -a -cnewer $(DOXYGENTAG) -print`" != x ); then \ echo Running doxygen. This may take a while... ; \ $(DOXYGEN) Doxyfile > doxygen.log <&-; \