diff options
Diffstat (limited to 'Demos/Host/LowLevel/JoystickHostWithParser/makefile')
-rw-r--r-- | Demos/Host/LowLevel/JoystickHostWithParser/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/makefile b/Demos/Host/LowLevel/JoystickHostWithParser/makefile index 3775eb00d..160d02201 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/makefile +++ b/Demos/Host/LowLevel/JoystickHostWithParser/makefile @@ -693,7 +693,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. |