diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:05:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:05:37 +0000 |
commit | cc24242da7cddba154275547da89516eca6a0f88 (patch) | |
tree | 2abf274c08398fb58fa41bf0603ebdc5a441700e /Rules | |
parent | 4123718eddda0d304989b1e81cf49a11df078136 (diff) | |
download | glibc-cc24242da7cddba154275547da89516eca6a0f88.tar.gz glibc-cc24242da7cddba154275547da89516eca6a0f88.tar.xz glibc-cc24242da7cddba154275547da89516eca6a0f88.zip |
[BZ #111]
Update. 2004-05-15 Petter Reinholdtsen <pere@hungry.com> * locales/it_IT: Change currency formatting from none to two fraction dicits, as Italy now uses the Euro. Patch from Marko Djukic. [BZ #111]
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules b/Rules index 29370c8256..da21ac6544 100644 --- a/Rules +++ b/Rules @@ -96,10 +96,10 @@ xtests: tests else ifeq ($(build-bounded),yes) tests-bp.out = $(tests:%=$(objpfx)%-bp.out) -xtests-bp.out = $(tests:%=$(objpfx)%-bp.out) $(xtests:%=$(objpfx)%-bp.out) +xtests-bp.out = $(xtests:%=$(objpfx)%-bp.out) endif tests: $(tests:%=$(objpfx)%.out) $(tests-bp.out) -xtests: $(tests:%=$(objpfx)%.out) $(xtests:%=$(objpfx)%.out) $(xtests-bp.out) +xtests: tests $(xtests:%=$(objpfx)%.out) $(xtests-bp.out) endif ifeq ($(build-programs),yes) |