summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-17 13:42:27 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-17 13:42:27 -0700
commit3bd9e9931bcb4ae2874a95319a11dff4c604afb6 (patch)
treee33e39765cab37c2a9a0a61ca9a0105a7963f632 /intl
parentd1f0938405168df23e24f3446480f96b62e523b5 (diff)
Fix rule dependency in last change.
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile4
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