diff options
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index 3232b80738..360a6a621b 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -44,7 +44,7 @@ routines := \ libc_fatal tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ - tst_wprintf2 + tst_wprintf2 tst-widetext all: # Make this the default target; it will be defined in Rules. @@ -68,6 +68,8 @@ CFLAGS-tst_putwc.c = -DOBJPFX=\"$(objpfx)\" tst_wprintf2-ARGS = "Some Text" +tst-widetext-ENV = LOCPATH=$(common-objpfx)localedata LANGUAGE=C + aux := fileops genops stdfiles stdio strops ifeq ($(versioning),yes) |