diff options
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index b862311eff..d49a8280e0 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -144,7 +144,7 @@ $(addprefix $(objpfx),$(CTYPE_FILES)): %: \ $(addprefix charmaps/,$(CHARMAPS)) $(addprefix locales/,$(LOCALE_SRCS)) @$(SHELL) -e gen-locale.sh $(common-objpfx) '$(built-program-cmd)' $@ -$(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite))): %: \ +$(addsuffix .out,$(addprefix $(objpfx),$(tests))): %: \ $(addprefix $(objpfx),$(CTYPE_FILES)) tests: $(objpfx)sort-test.out $(objpfx)tst-fmon.out $(objpfx)tst-locale.out \ |