From d800fa5ce6102e069305f8e1a5d55d18ac3a1993 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 8 May 2012 15:14:58 +0200 Subject: [PATCH] common: Remove generated files only during maintainer-clean. * common/Makefile.am (CLEANFILES): Rename to MAINTAINERCLEANFILES. -- In general this is not required because automake does this for files in BUILT_SOURCES anyway. However, having them in CLEANFILES is wrong. This is bug#1398. --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.am b/common/Makefile.am index b9cba1113..e0f4b8084 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -30,7 +30,7 @@ TESTS = $(jnlib_tests) $(module_tests) BUILT_SOURCES = audit-events.h status-codes.h -CLEANFILES = audit-events.h status-codes.h +MAINTAINERCLEANFILES = audit-events.h status-codes.h AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl