From 3f75b9ca00fc24e35bd16e91b7b1b18616447ff2 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 75b4623a6..0864d11d0 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -27,7 +27,7 @@ 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