summaryrefslogtreecommitdiffstats
path: root/intl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'intl/Makefile.in')
-rw-r--r--intl/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index aa2962b..614912e 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -323,8 +323,7 @@ dist distdir: Makefile
$(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \
for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \
if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
- ln $$dir/$$file $(distdir) 2> /dev/null \
- || cp -p $$dir/$$file $(distdir); \
+ cp -p $$dir/$$file $(distdir); \
done
Makefile: Makefile.in ../config.status