po: Fix placement of $(AM_V_at) in automake.mk.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Sep 2020 19:20:06 +0000 (12:20 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Sep 2020 19:20:06 +0000 (12:20 -0700)
commit7333265a305a9f1c7c8eee275467b27f4a8c4e9b
tree378293fb4b0c2d64ac2ed182851e9a80cb2b374c
parentc4d60b82a3c3b2e2398f2f8247b23aaacd7951ca
po: Fix placement of $(AM_V_at) in automake.mk.

It has to be at the beginning of the line because it is interpreted by
make, not by the shell.

Fixes: commit b703fcd74fda ("Fix build error when building --without-gui")
po/automake.mk