]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Don't assume that "make -C" works; Solaris "make" doesn't have -C.
authorJim Meyering <jim@meyering.net>
Thu, 13 May 2004 07:03:00 +0000 (07:03 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 13 May 2004 07:03:00 +0000 (07:03 +0000)
commit50f956a0b0f01c60f11210ca03d4e27d3f35c20f
treeb78526cc4a0488498a6bcdda50a3377a5a433943
parentbcadb97f7c94e228efe819bcccf99b6cef12a969
Don't assume that "make -C" works; Solaris "make" doesn't have -C.

(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.
src/Makefile.am