Update Makefile for tests to reflect currently recommended style.
authorBen Pfaff <blp@gnu.org>
Mon, 18 Jan 2010 21:21:24 +0000 (13:21 -0800)
committerBen Pfaff <blp@gnu.org>
Mon, 18 Jan 2010 21:21:24 +0000 (13:21 -0800)
commit3917875a58a5c90596639fd6ca3286f8d1ed733a
tree75964c0c0b442c9c0e461b66efc8473a7aac9a91
parentb16bbc1f1087ed37f7ba997cbd70cbc5326c38e5
Update Makefile for tests to reflect currently recommended style.

The Autotest example Makefile was recently update to use $(VAR) notation
instead of @VAR@ notation:
    http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/6978

This commit updates tests/automake.mk to follow this new style.
tests/automake.mk