rebuild with patched automake

This commit is contained in:
Ian Lance Taylor
1999-08-09 20:22:04 +00:00
parent 169f3bd8b5
commit 10e80b4145
7 changed files with 8 additions and 8 deletions

View File

@@ -801,7 +801,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 \