diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-06-23 15:45:01 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-06-23 15:45:01 +0900 |
commit | e70e107c7745f14187db0411f2d6285ce8017673 (patch) | |
tree | 86052f307b198d725fd5ff4b78fdca6ce82b7179 | |
parent | 9d353e13db291e747aea5eab2e7ab5e5aea0844c (diff) | |
download | external_gettext-e70e107c7745f14187db0411f2d6285ce8017673.zip external_gettext-e70e107c7745f14187db0411f2d6285ce8017673.tar.gz external_gettext-e70e107c7745f14187db0411f2d6285ce8017673.tar.bz2 |
build: Clean leftover of "make uninstall"
* Makefile.am (uninstall-local): Remove cldr-plurals.
-rw-r--r-- | gettext-tools/src/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/src/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index e421016..45d0464 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,5 +1,9 @@ 2015-06-23 Daiki Ueno <ueno@gnu.org> + * Makefile.am (uninstall-local): Remove cldr-plurals. + +2015-06-23 Daiki Ueno <ueno@gnu.org> + * Makefile.am (noinst_HEADERS): Add cldr-plural.h and cldr-plural-exp.h. diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 3b53c21..4d61018 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -478,6 +478,7 @@ installdirs-local: uninstall-local: $(RM) $(DESTDIR)$(pkglibdir)/hostname$(EXEEXT) $(RM) $(DESTDIR)$(pkglibdir)/urlget$(EXEEXT) + $(RM) $(DESTDIR)$(pkglibdir)/cldr-plurals$(EXEEXT) $(RM) $(DESTDIR)$(pkglibdir)/user-email $(RM) $(DESTDIR)$(pkglibdir)/project-id |