maint: fix build_programs definition not to use "make -C src ..."
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 1 Sep 2012 10:15:59 +0000 (12:15 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 1 Sep 2012 19:28:13 +0000 (21:28 +0200)
commitc9cd19b3e8c4283776fe9d66ec76e32afdec6b52
tree10ca1d94885fe9f37595c93d0240d8cde4529518
parent6a6257a96a7742d3f3af5d15300b7fccc599e34d
maint: fix build_programs definition not to use "make -C src ..."

* dist-check.mk (built_programs): There's no need to issue recursive
make calls in 'src/' to define this (in fact, that works no longer
now that 'src/Makefile.am' is gone).  Simply define this to the sorted
contents of $(bin_PROGRAMS), with the 'src/' prefix and the $(EXEEXT)
suffix (if any) removed.  Reported by Jim Meyering.
dist-check.mk