X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/663f9bd5f5592fb6670fa20cabdc65dea631739d..60d724e398db8236ca243f59936a8b298c070a3c:/Demos/Host/ClassDriver/KeyboardHost/makefile diff --git a/Demos/Host/ClassDriver/KeyboardHost/makefile b/Demos/Host/ClassDriver/KeyboardHost/makefile index 760aad692..6716a27f9 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/makefile +++ b/Demos/Host/ClassDriver/KeyboardHost/makefile @@ -692,7 +692,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.