1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-08 17:51:13 +02:00

merge with 0.10.24

This commit is contained in:
Jim Meyering
1996-09-22 14:30:37 +00:00
parent e904744174
commit 34c992c065
+2 -1
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