summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intl/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index a3f1e0f2..34b538d9 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -192,6 +192,13 @@ dist distdir: Makefile $(DISTFILES)
|| cp -p $(srcdir)/$$file $(distdir); \
done
+distcopy: Makefile $(DISTFILES)
+ additional="$(DISTFILES.normal)";
+ for file in $(DISTFILES.common) $$additional; do \
+ ln $(srcdir)/$$file ../$(distdir) 2> /dev/null \
+ || cp -p $(srcdir)/$$file ../$(distdir); \
+ done
+
dist-libc:
tar zcvf intl-glibc.tar.gz $(COMSRCS) $(COMHDRS) libintl.h.glibc