mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix rule dependency in last change.
This commit is contained in:
parent
d1f0938405
commit
3bd9e9931b
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user