X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fgrub2%2FMakefile.am;h=2efc7f3ea9654853ea2383404779e7d0d481c217;hp=48b36f0f36c170d9cc745587b9d3ee01cc42725d;hb=ed0ab8039d7ff7315a748b4402544ab5618620dd;hpb=89f43bf771edf352479f26395b56594201f0d958 diff --git a/discover/grub2/Makefile.am b/discover/grub2/Makefile.am index 48b36f0..2efc7f3 100644 --- a/discover/grub2/Makefile.am +++ b/discover/grub2/Makefile.am @@ -40,6 +40,7 @@ grub2_parser_ro_SOURCES = \ BUILT_SOURCES = parser.h lexer.h lexer.c lexer.h CLEANFILES = lexer.c lexer.h +MAINTAINERCLEANFILES = Makefile.in # ylwrap doesn't handle flex header files well; use our own rule here. lexer.h lexer.c: lexer.l @@ -47,4 +48,3 @@ lexer.h lexer.c: lexer.l lexer.o: CFLAGS+=-Wno-unused-parameter -Wno-missing-prototypes \ -Wno-missing-declarations -