diff options
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/Makefile b/intl/Makefile index d63ffe4fc0..d3ea4cb8cd 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -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 |