about summary refs log tree commit diff
path: root/wcsmbs
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-07-29 10:50:56 -0700
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-08-01 09:48:27 -0300
commite03f5ccd6cc8f829416156eac75acee501626c1f (patch)
tree4b29fb27d54a3320be1eb4650f17efd8488699dc /wcsmbs
parent825f84f133bd840347dc49229b6d831f07d04775 (diff)
downloadglibc-e03f5ccd6cc8f829416156eac75acee501626c1f.tar.gz
glibc-e03f5ccd6cc8f829416156eac75acee501626c1f.tar.xz
glibc-e03f5ccd6cc8f829416156eac75acee501626c1f.zip
wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency
Make test-c8rtomb.out and test-mbrtoc8.out depend on $(gen-locales) for

  xsetlocale (LC_ALL, "de_DE.UTF-8");
  xsetlocale (LC_ALL, "zh_HK.BIG5-HKSCS");

Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index e6b9e8743a..3d19d5556f 100644
--- a/wcsmbs/Makefile
+++ b/wcsmbs/Makefile
@@ -73,6 +73,8 @@ $(objpfx)tst-wcstol-locale.out: $(gen-locales)
 $(objpfx)tst-wcstod-nan-locale.out: $(gen-locales)
 $(objpfx)tst-c16-surrogate.out: $(gen-locales)
 $(objpfx)tst-c32-state.out: $(gen-locales)
+$(objpfx)test-c8rtomb.out: $(gen-locales)
+$(objpfx)test-mbrtoc8.out: $(gen-locales)
 endif
 
 $(objpfx)tst-wcstod-round: $(libm)