summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/Makefile.in.in3
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