summaryrefslogtreecommitdiffstats
path: root/client
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 /client
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 'client')
-rw-r--r--client/Makefile.am23
-rw-r--r--client/man/Makefile.am6
2 files changed, 0 insertions, 29 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 4c29ee708..b6c9dea43 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -99,29 +99,6 @@ EXTRA_DIST = \
$(sbin_SCRIPTS) \
$(NULL)
-DISTCLEANFILES = \
- $(NULL)
-
-MAINTAINERCLEANFILES = \
- *~ \
- intltool-*.in \
- compile \
- configure \
- COPYING \
- INSTALL \
- install-sh \
- missing \
- mkinstalldirs \
- config.guess \
- ltmain.sh \
- config.sub \
- depcomp \
- Makefile.in \
- config.h.* \
- aclocal.m4 \
- version.m4 \
- $(NULL)
-
install-data-hook:
$(INSTALL) -d -m 755 $(DESTDIR)$(IPA_SYSCONF_DIR)/nssdb
$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/lib/ipa-client/sysrestore
diff --git a/client/man/Makefile.am b/client/man/Makefile.am
index fbee4d38b..566c42912 100644
--- a/client/man/Makefile.am
+++ b/client/man/Makefile.am
@@ -2,8 +2,6 @@
AUTOMAKE_OPTIONS = 1.7
-NULL =
-
dist_man1_MANS = \
ipa-getkeytab.1 \
ipa-rmkeytab.1 \
@@ -15,7 +13,3 @@ dist_man1_MANS = \
dist_man5_MANS = \
default.conf.5
-
-MAINTAINERCLEANFILES = \
- Makefile.in \
- $(NULL)