Paul Eggert <[EMAIL PROTECTED]> wrote: > Solaris "make" doesn't have the -C option, but coreutils CVS uses it > in a couple of places; I noticed it with "make check". Here's a patch. > > 2004-05-12 Paul Eggert <[EMAIL PROTECTED]> > > Don't assume that "make -C" works; Solaris "make" doesn't have -C. > > * src/Makefile.am (all_programs.list): New rule, copied from > man/Makefile.am and tests/Makefile.am, except that we use the > system tr rather than ./tr and we don't use tr -s.
By the way, why do you prefer not to use tr's -s option? It's also used in the check-README rule just below. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
