Fix merge error.

From-SVN: r40668
This commit is contained in:
Richard Henderson 2001-03-20 11:48:43 -08:00
parent 116b39e02f
commit 1fd9ea5d58

View file

@ -375,7 +375,7 @@ distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
cp -pr $$/$$file $(distdir)/$$file; \
cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \