From fc152f1b4c3239f79a27c63936bb65bd65588e73 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 25 Nov 2018 19:00:01 +0100 Subject: [PATCH] intl: Really uninstall the intl/ subdir sources. * gettext-runtime/intl/Makefile.am (uninstall-sources): New target. --- gettext-runtime/intl/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gettext-runtime/intl/Makefile.am b/gettext-runtime/intl/Makefile.am index 1e4790afa..491a1039d 100644 --- a/gettext-runtime/intl/Makefile.am +++ b/gettext-runtime/intl/Makefile.am @@ -462,6 +462,18 @@ uninstall-aliasfile: ref-del.sed endif +# We don't install the source code any more. + +if PACKAGE_IS_GETTEXT_TOOLS + +install-data-local: uninstall-sources +uninstall-local: uninstall-sources +uninstall-sources: + rm -rf $(DESTDIR)$(datadir)/gettext/intl + +endif + + # Clean up after Solaris cc. clean-local: rm -rf SunWS_cache -- 2.47.2