Makefile: Use AM_V_GEN instead of echo.
authorEthan Jackson <ethan@nicira.com>
Wed, 22 Jan 2014 01:55:41 +0000 (17:55 -0800)
committerEthan Jackson <ethan@nicira.com>
Wed, 22 Jan 2014 19:07:32 +0000 (11:07 -0800)
commitbe09aa10c5c244726f203eb7637fc86c87cc3841
treecbace1a20516e5c1a59e776293cca663285bf138
parent743f8109720433800a4f4a8fb5b87aee73011778
Makefile: Use AM_V_GEN instead of echo.

The AM_V_GEN macro fits more cleanly with the automake silent rules
option.  When enabled it will print "GEN <filename>" instead of simply
echoing the command as before.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Makefile.am