X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/663f9bd5f5592fb6670fa20cabdc65dea631739d..b04de2f2f4bb14c968ebcc765ec93c5d1591aa0d:/Bootloaders/HID/makefile diff --git a/Bootloaders/HID/makefile b/Bootloaders/HID/makefile index 5bbb8708c..f967eaa5a 100644 --- a/Bootloaders/HID/makefile +++ b/Bootloaders/HID/makefile @@ -686,7 +686,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.