>>>>> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> writes:
Bruce> +## DO NOT FORGET that there may be duplicates in the source and build :-( When? Bruce> - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ Bruce> + cp -pR $$d/$$file $(distdir)$$dir || :; \ A patch like this really requires a rationale. Tom