From 71d82dbe9e2e3345de641259dbacb8d45b0801a3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 1 Jul 2000 02:46:04 +0000 Subject: Update. * timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL since zic uses setlocale and gettext but we cannot make it use the new locale data since zic calls a shell which might not use the new libc. --- timezone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timezone/Makefile') diff --git a/timezone/Makefile b/timezone/Makefile index 93478d4948..d62d05a208 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -174,7 +174,7 @@ CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID # leapseconds. testdata = $(objpfx)testdata define build-testdata -GCONV_PATH=${common-objpfx}iconvdata \ +GCONV_PATH=${common-objpfx}iconvdata LANGUAGE=C LC_ALL=C \ $(built-program-cmd) -d $(testdata) -y ./yearistype $< endef -- cgit 1.4.1