From d5683726d290b71eb44ab3b3150381f062e74df1 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Fri, 11 Nov 2016 14:37:18 +0100 Subject: Build: remove incorrect use of MAINTAINERCLEANFILES Automake manual section 13 What Gets Cleaned says that make maintainer-clean should not remove files necessary for subsequent runs of ./configure. It practically means that all usage of MAINTAINERCLEANFILES were incorrect so I've removed them. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik Reviewed-By: Christian Heimes --- daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'daemons/ipa-slapi-plugins/ipa-range-check') diff --git a/daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am b/daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am index bf7b1f2b5..b9abc4a77 100644 --- a/daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am +++ b/daemons/ipa-slapi-plugins/ipa-range-check/Makefile.am @@ -38,7 +38,3 @@ app_DATA = \ EXTRA_DIST = \ $(app_DATA) \ $(NULL) - -MAINTAINERCLEANFILES = \ - *~ \ - Makefile.in -- cgit