diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-19 02:11:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-19 02:11:02 +0000 |
commit | 47d349205ea75ff8c1b5d7767148e0aaaefae2ba (patch) | |
tree | 4e800e5edbd1e462e537cfda22a6c3ebc5beb655 /intl | |
parent | 66731d291ca4518f47689235a55c8fab0870fb77 (diff) | |
download | idutils-47d349205ea75ff8c1b5d7767148e0aaaefae2ba.tar.gz idutils-47d349205ea75ff8c1b5d7767148e0aaaefae2ba.tar.bz2 idutils-47d349205ea75ff8c1b5d7767148e0aaaefae2ba.zip |
(uninstall): Apply prev change here, too.
Diffstat (limited to 'intl')
-rw-r--r-- | intl/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index 5d3d65a..6b5a82e 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -123,7 +123,8 @@ install: all installcheck: uninstall: - for file in $(DISTFILES); do \ + dists="$(DISTFILES)"; \ + for file in $$dists; do \ rm -f $(gettextsrcdir)/intl-$$file; \ done |