summary refs log tree commit diff
path: root/timezone
diff options
context:
space:
mode:
Diffstat (limited to 'timezone')
-rw-r--r--timezone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/timezone/Makefile b/timezone/Makefile
index 0aef202536..d10c3a511e 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -80,8 +80,8 @@ CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID -DHAVE_GETTEXT
 # Don't add leapseconds here since test-tz made checks that work only without
 # leapseconds.
 define build-testdata
-GCONV_PATH=${common-objpfx}iconvdata LANGUAGE=C LC_ALL=C \
-  $(built-program-cmd) -d $(testdata) -y ./yearistype $<; \
+$(built-program-cmd-before-env) $(run-program-env) LANGUAGE=C \
+  $(built-program-cmd-after-env) -d $(testdata) -y ./yearistype $<; \
 $(evaluate-test)
 endef