po/automake.mk: Fixed typo in variable names.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 5 Sep 2020 02:31:28 +0000 (04:31 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 5 Sep 2020 02:33:59 +0000 (04:33 +0200)
commite4d193f60421c174fadcc766421ee78ee41a995c
treefd4468821cc00a5a9a00dc1a55031ebfc734d8d6
parentdb2d3bd93b133e061510b023a7ade539ab0aad25
po/automake.mk: Fixed typo in variable names.

This resulted in po/pspp.pot not getting updated when it should have been.
This is a very good demonstration of the reason why carefully desigined
languages should insist on a variable being declared before it is used.

Also make the file depend on Makefile, so that it gets rebuilt when the
PACKAGE VERSION changes.
po/automake.mk