From: Jim Meyering Date: Fri, 4 Nov 1994 14:48:40 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~462 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05bcdf4d41957584911797363baaebc0f3feeba8;p=thirdparty%2Fcoreutils.git . --- diff --git a/doc/Makefile.in b/doc/Makefile.in index a3e75fc8ed..526592a192 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -82,7 +82,10 @@ realclean: distclean distdir = ../`cat ../distname`/$(subdir) dist: $(DISTFILES) - ln $(DISTFILES) $(distdir) + for file in $(DISTFILES); do \ + ln $$file $(distdir) \ + || { echo copying $$file instead; cp -p $$file $(distdir);}; \ + done subdir = doc Makefile: ../config.status Makefile.in