Audio Device Class driver changed to also require the index of the Audio Control...
[pub/lufa.git] / BuildTests / SingleUSBModeTest / makefile.xmega
index f594d95..0b76bfa 100644 (file)
@@ -673,7 +673,7 @@ clean_list :
 \r
 doxygen:\r
        @echo Generating Project Documentation \($(TARGET)\)...\r
-       @if ( doxygen Doxygen.conf 2>&1 | grep "warning" ;); then \\r
+       @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \\r
          exit 1; \\r
        fi;\r
        @echo Documentation Generation Complete.\r