summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--intl/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index ca47291..6c915ec 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -142,8 +142,9 @@ maintainer-clean: distclean
@echo "it deletes files that may require special tools to rebuild."
+.PHONY: distdir
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
-dist: Makefile $(DISTFILES)
+distdir: Makefile $(DISTFILES)
for file in $(DISTFILES); do \
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|| cp -p $(srcdir)/$$file $(distdir); \