From: Daiki Ueno Date: Mon, 14 Jul 2014 05:27:06 +0000 (+0900) Subject: intl: Remove intl/VERSION for gettext packages X-Git-Tag: v0.19.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4774d2aba7f5338bee41f094316c42c2b5f5111;p=thirdparty%2Fgettext.git intl: Remove intl/VERSION for gettext packages * Makefile.in (distclean): Remove intl/VERSION for gettext-runtime and gettext-tools packages. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index ce9070269..a3fffcd8a 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,8 @@ +2014-07-14 Daiki Ueno + + * Makefile.in (distclean): Remove intl/VERSION for gettext-runtime + and gettext-tools packages. + 2014-07-03 Siddhesh Poyarekar intl: Sync up loadmsgcat.c with glibc diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index ebb45c77a..2c9312629 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -621,6 +621,11 @@ clean: mostlyclean distclean: clean rm -f Makefile ID TAGS + if test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; then \ + rm -f $(DISTFILES.normal); \ + else \ + : ; \ + fi maintainer-clean: distclean @echo "This command is intended for maintainers to use;"