From ed0ab8039d7ff7315a748b4402544ab5618620dd Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 18 Nov 2013 14:58:48 -0800 Subject: [PATCH] automake: Fixups for maintainer-clean Signed-off-by: Geoff Levand --- Makefile.am | 2 +- discover/grub2/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6be121c..cc5fdfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ libtool: $(LIBTOOL_DEPS) EXTRA_DIST = bootstrap configure.ac.in $(srcdir)/m4 MAINTAINERCLEANFILES = aclocal.m4 config.* configure configure.ac depcomp \ - install-sh ltmain.sh Makefile.in missing $(PACKAGE)-*.gz + install-sh ltmain.sh Makefile.in missing ylwrap $(PACKAGE)-*.gz maintainer-clean-local: rm -rf m4 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 - -- 2.39.2