From 3bd9e9931bcb4ae2874a95319a11dff4c604afb6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Aug 2012 13:42:27 -0700 Subject: [PATCH] Fix rule dependency in last change. --- ChangeLog | 4 ++++ intl/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 091e25a..6f793c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-08-17 Roland McGrath + + * intl/Makefile ($(codeset_mo)): Depend on the input file. + 2012-08-17 Jeff Law * intl/Makefile (codeset_mo): New variable. diff --git a/intl/Makefile b/intl/Makefile index d63ffe4..d3ea4cb 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 -- 2.7.4