merge with 0.10.24

This commit is contained in:
Jim Meyering 1996-09-22 14:30:37 +00:00
parent e904744174
commit 34c992c065

View File

@ -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