summaryrefslogtreecommitdiffstats
path: root/intl
diff options
context:
space:
mode:
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 85ed9c5..5d3d65a 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -111,7 +111,8 @@ install: all
fi; \
$(INSTALL_DATA) VERSION $(gettextsrcdir)/VERSION; \
cd $(srcdir) && \
- for file in $(DISTFILES.common); do \
+ dists="$(DISTFILES.common)"; \
+ for file in $$dists; do \
$(INSTALL_DATA) $$file $(gettextsrcdir)/$$file; \
done; \
else \