Fix rule dependency in last change.

This commit is contained in:
Roland McGrath 2012-08-17 13:42:27 -07:00
parent d1f0938405
commit 3bd9e9931b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-08-17 Roland McGrath <roland@hack.frob.com>
* intl/Makefile ($(codeset_mo)): Depend on the input file.
2012-08-17 Jeff Law <law@redhat.com>
* intl/Makefile (codeset_mo): New variable.

View File

@ -66,9 +66,9 @@ endif
# spurious test failures.
codeset_mo = $(objpfx)domaindir/de_DE/LC_MESSAGES/codeset.mo
$(codeset_mo):
$(codeset_mo): tstcodeset.po
$(make-target-directory)
msgfmt -o $@T tstcodeset.po
msgfmt -o $@T $<
mv -f $@T $@
$(objpfx)mtrace-tst-gettext: $(objpfx)tst-gettext.out