]> git.ozlabs.org Git - petitboot/blobdiff - discover/grub2/lexer.l
automake: silence make output
[petitboot] / discover / grub2 / lexer.l
index e1aad9931252f98be623a5fc87035a61f3de4ef2..e557146c24c51fa50892de9dca7c3d89cdd30068 100644 (file)
@@ -17,8 +17,6 @@ void yyerror(struct grub2_parser *parser, const char *fmt, ...);
 %option yylineno
 %option noyyalloc noyyfree noyyrealloc
 %option extra-type="struct grub2_parser *"
-%option header-file="lexer.h"
-%option outfile="lexer.c"
 
 %x sqstring
 %x dqstring