summaryrefslogtreecommitdiffstats
path: root/discover
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2013-11-18 14:58:48 -0800
committerGeoff Levand <geoff@infradead.org>2013-11-18 14:59:41 -0800
commited0ab8039d7ff7315a748b4402544ab5618620dd (patch)
treef0b017cb4968c289db1ce113c16753fe30042b24 /discover
parent89f43bf771edf352479f26395b56594201f0d958 (diff)
downloadtalos-petitboot-ed0ab8039d7ff7315a748b4402544ab5618620dd.tar.gz
talos-petitboot-ed0ab8039d7ff7315a748b4402544ab5618620dd.zip
automake: Fixups for maintainer-clean
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'discover')
-rw-r--r--discover/grub2/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
-
OpenPOWER on IntegriCloud