From 30e46a757a75690a3a3729e806f88a7f4d90ade6 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Thu, 16 Dec 2021 17:05:12 +0000 Subject: build: remove MAINTAINERCLEANFILES automake generates rules to remove the files generated by bison and flex by default, so there is no need to add them explicitly to MAINTAINERCLEANFILES. Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1f23474..1d56394 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,6 @@ endif AM_YFLAGS = -d BUILT_SOURCES = read_config_yy.h -MAINTAINERCLEANFILES = read_config_yy.c read_config_yy.h read_config_lex.c sbin_PROGRAMS = conntrack conntrackd nfct -- cgit v1.2.3