From: Jim Meyering Date: Sun, 22 Sep 1996 14:30:37 +0000 (+0000) Subject: merge with 0.10.24 X-Git-Tag: TEXTUTILS-1_19f~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c992c065bdec0dd220eed6f272befe709b5713;p=thirdparty%2Fcoreutils.git merge with 0.10.24 --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index a12eaa753a..1d84a10898 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