From a3b231b751694620419c112a240fc20663015596 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 25 Jul 2000 21:09:46 +0000 Subject: Update. * libio/Makefile: Add rules build, run, and distribute tst-widetext.c. * libio/tst-widetext.c: New file. * libio/tst-widetext.input: New file. * libio/iogetwline.c (_IO_getwline_info): Pretty print. --- libio/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libio/Makefile') 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) -- cgit 1.4.1