vars.am: Associate more useful dependencies with test programs.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 11 Sep 2016 14:05:49 +0000 (15:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 11 Sep 2016 14:05:49 +0000 (15:05 +0100)
commitc0160f6c79a746d7e8a285ea21c8d43200d1f042
tree65dad817bd957bb3927f1e60322a79ca9d9cfdae
parent3c8d8c60a5e3f08f84c327e7476c6095843e23ab
vars.am: Associate more useful dependencies with test programs.

For a long time, probably forever, `make FOO.t' hasn't actually worked
to rebuild the test program because of deficiencies in make(1) suffix
rules.  Add GNU Make pattern rules, which can have dependencies, to
finally fix this.
vars.am