From fb18a95b275c6cf59759ccbf93047c5becaa8853 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Oct 1998 16:32:04 +0000 Subject: (uninstall): Uninstall only if the current package is gettext. From Akim Demaille. --- intl/Makefile.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'intl') diff --git a/intl/Makefile.in b/intl/Makefile.in index 4bdb186..970253a 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -143,10 +143,12 @@ install-data: all installcheck: uninstall: - dists="$(DISTFILES.common)"; \ - for file in $$dists; do \ - rm -f $(gettextsrcdir)/$$file; \ - done + if test "$(PACKAGE)" = "gettext"; then \ + dists="$(DISTFILES.common)"; \ + for file in $$dists; do \ + rm -f $(gettextsrcdir)/$$file; \ + done; \ + fi info dvi: -- cgit v1.2.3