configmake: correct minor inconsistency in Makefile rule
authorJim Meyering <meyering@redhat.com>
Mon, 16 Apr 2012 16:22:40 +0000 (18:22 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 16 Apr 2012 16:22:40 +0000 (18:22 +0200)
commit5a206b3d9b45550b1c4a928cd51deaf1438cb4c8
treeeabd6d578f6c129048a625be95309b5474f015c2
parent45fb479c48453d8b4caaf3196298fde71b039b63
configmake: correct minor inconsistency in Makefile rule

* modules/configmake (Makefile.am): All other rules like this one
run the final "mv -f ..." in the same backslash-continued command
as the one that does everything else.  This one put the mv -f ...
command on a separate, non-backslash-continued line.
Make it like the others.
ChangeLog
modules/configmake