mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Fix missing dependency of localedata tests on gconv-modules
This commit is contained in:
parent
94308fd0e0
commit
234333153e
@ -1,3 +1,7 @@
|
|||||||
|
2010-02-16 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
|
* Makefile: Add missing gconv-modules dependency.
|
||||||
|
|
||||||
2010-02-03 Ulrich Drepper <drepper@redhat.com>
|
2010-02-03 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
[BZ #10414]
|
[BZ #10414]
|
||||||
|
@ -107,6 +107,8 @@ install-others := $(addprefix $(inst_i18ndir)/, \
|
|||||||
$(addsuffix .gz, $(charmaps)) \
|
$(addsuffix .gz, $(charmaps)) \
|
||||||
$(locales))
|
$(locales))
|
||||||
|
|
||||||
|
tests: $(objdir)/iconvdata/gconv-modules
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
# Install the charmap files in gzipped format.
|
# Install the charmap files in gzipped format.
|
||||||
@ -298,3 +300,6 @@ tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace \
|
|||||||
LOCPATH=$(common-objpfx)localedata
|
LOCPATH=$(common-objpfx)localedata
|
||||||
$(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out
|
$(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out
|
||||||
$(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@
|
$(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@
|
||||||
|
|
||||||
|
$(objdir)/iconvdata/gconv-modules:
|
||||||
|
$(MAKE) -C ../iconvdata subdir=iconvdata $@
|
||||||
|
Loading…
Reference in New Issue
Block a user