Don't assume that "make -C" works; Solaris "make" doesn't have -C.
authorJim Meyering <jim@meyering.net>
Thu, 13 May 2004 07:03:52 +0000 (07:03 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 13 May 2004 07:03:52 +0000 (07:03 +0000)
commit2b4882c2338a74d639c6a3fdb34dfc94f95d9d59
treea588a31f46ac2670d29f5aa4c5bb88b815004f9f
parent50f956a0b0f01c60f11210ca03d4e27d3f35c20f
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.
* tests/Makefile.am (all_programs): Use it.
tests/Makefile.am