summaryrefslogtreecommitdiffstats
path: root/install/ui/css
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-11 14:37:18 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-16 09:12:07 +0100
commitd5683726d290b71eb44ab3b3150381f062e74df1 (patch)
treef0c7c7bdc37b9a80f3b471a8db41f78ab123f04b /install/ui/css
parent1cbd823990da0e931b666c4bc5c72f10d9de8115 (diff)
downloadfreeipa-d5683726d290b71eb44ab3b3150381f062e74df1.tar.gz
freeipa-d5683726d290b71eb44ab3b3150381f062e74df1.tar.xz
freeipa-d5683726d290b71eb44ab3b3150381f062e74df1.zip
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 <lslebodn@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'install/ui/css')
-rw-r--r--install/ui/css/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/install/ui/css/Makefile.am b/install/ui/css/Makefile.am
index 254314540..3cc6968ef 100644
--- a/install/ui/css/Makefile.am
+++ b/install/ui/css/Makefile.am
@@ -15,10 +15,6 @@ EXTRA_DIST = \
$(app_DATA) \
$(NULL)
-MAINTAINERCLEANFILES = \
- *~ \
- Makefile.in
-
ipa := $(wildcard ../less/*.less)
ipa.css: $(ipa)