]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix rule dependency in last change.
authorRoland McGrath <roland@hack.frob.com>
Fri, 17 Aug 2012 20:42:27 +0000 (13:42 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 17 Aug 2012 20:42:27 +0000 (13:42 -0700)
ChangeLog
intl/Makefile

index 091e25afb179fdda828422208b1383c0c1ea0f49..6f793c74b862af1522e5676098a1ad8dc880a507 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index d63ffe4fc0dcc85d7d1e2084f0fd9a08d884a37c..d3ea4cb8cd4baf2a75862b15216c0d5149464802 100644 (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