Add architecture guards to all architecture-specific files, so that they can be bulk...
[pub/USBasp.git] / Projects / HIDReportViewer / makefile
index e4e0193..0ed5d25 100644 (file)
@@ -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.