]> git.proxmox.com Git - mirror_qemu.git/commit - po/Makefile
po: fix conflict with %.mo rule in rules.mak
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 22 Sep 2014 14:19:05 +0000 (16:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 Sep 2014 11:35:08 +0000 (13:35 +0200)
commita697d240ff0f913da3f8cf082ed49acceccdd569
treea87246433ff30e2016968728eeae453743a7ce5f
parent5a6e8ba64fb236068fef0f2ce26fe6579cf6a75c
po: fix conflict with %.mo rule in rules.mak

po/Makefile includes rules.mak to use the nice quiet-command macro.
However, this also brings in a %.mo rule that breaks "make build".
Put our own rule before the include, so that it has precedence.

Reported-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
po/Makefile