diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-22 14:30:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-22 14:30:37 +0000 |
commit | 34c992c065bdec0dd220eed6f272befe709b5713 (patch) | |
tree | 787fd0b56205fc41b81c61b5ab27901fb2e16a31 /po | |
parent | e904744174348513148fe187a98e795f1c1bd0f5 (diff) | |
download | coreutils-34c992c065bdec0dd220eed6f272befe709b5713.tar.xz |
merge with 0.10.24
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index a12eaa753..1d84a1089 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -210,7 +210,8 @@ maintainer-clean: distclean distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: update-po $(DISTFILES) - for file in $(DISTFILES); do \ + dists="$(DISTFILES)"; \ + for file in $$dists; do \ ln $(srcdir)/$$file $(distdir) 2> /dev/null \ || cp -p $(srcdir)/$$file $(distdir); \ done |