From: H.J. Lu Date: Fri, 29 Jul 2022 17:50:56 +0000 (-0700) Subject: wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency X-Git-Tag: glibc-2.37~464 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e03f5ccd6cc8f829416156eac75acee501626c1f;p=thirdparty%2Fglibc.git 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 Reviewed-by: Carlos O'Donell --- diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index e6b9e8743a5..3d19d5556ff 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)