Skip to content

Commit

Permalink
Fix missing dependency of localedata tests on gconv-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Pluzhnikov authored and Ulrich Drepper committed Mar 17, 2010
1 parent 94308fd commit 2343331
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

[BZ #10414]
Expand Down
5 changes: 5 additions & 0 deletions localedata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ install-others := $(addprefix $(inst_i18ndir)/, \
$(addsuffix .gz, $(charmaps)) \
$(locales))

tests: $(objdir)/iconvdata/gconv-modules

include ../Rules

# Install the charmap files in gzipped format.
Expand Down Expand Up @@ -298,3 +300,6 @@ tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace \
LOCPATH=$(common-objpfx)localedata
$(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out
$(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@

$(objdir)/iconvdata/gconv-modules:
$(MAKE) -C ../iconvdata subdir=iconvdata $@

0 comments on commit 2343331

Please sign in to comment.