X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/663f9bd5f5592fb6670fa20cabdc65dea631739d..b3aaffb792aed373fecd4af16478cb3c2b8c2a8f:/BuildTests/SingleUSBModeTest/makefile.avr8 diff --git a/BuildTests/SingleUSBModeTest/makefile.avr8 b/BuildTests/SingleUSBModeTest/makefile.avr8 index a7b69b58b..965d6a5e5 100644 --- a/BuildTests/SingleUSBModeTest/makefile.avr8 +++ b/BuildTests/SingleUSBModeTest/makefile.avr8 @@ -691,7 +691,7 @@ clean_list : doxygen: @echo Generating Project Documentation \($(TARGET)\)... - @if ( doxygen Doxygen.conf 2>&1 | grep "warning" ;); then \ + @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \ exit 1; \ fi; @echo Documentation Generation Complete.