From f881f6ff62bba53448c5d8997287ea2e628b3a65 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 12 Oct 2015 12:24:41 +0200 Subject: Add dependencies on needed locales in each subdir tests (bug 18969) --- iconvdata/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'iconvdata/Makefile') diff --git a/iconvdata/Makefile b/iconvdata/Makefile index a3d1d09b69..0cd6518b4b 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -271,6 +271,14 @@ endif include ../Rules +ifeq ($(run-built-tests),yes) +LOCALES := de_DE.UTF-8 +include ../gen-locales.mk + +$(objpfx)bug-iconv6.out: $(gen-locales) +$(objpfx)tst-iconv7.out: $(gen-locales) +endif + # Set libof-* for each routine. cpp-srcs-left := $(modules) $(generated-modules) $(libJIS-routines) \ $(libKSC-routines) $(libGB-routines) $(libCNS-routines) \ -- cgit 1.4.1