diff options
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/Makefile b/locale/Makefile index c315683b3f..eb55750496 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -116,3 +116,5 @@ include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left)) $(objpfx)tst-locale-locpath.out : tst-locale-locpath.sh $(objpfx)locale $(SHELL) $< '$(common-objpfx)' '$(test-wrapper-env)' '$(run-program-env)' > $@; \ $(evaluate-test) + +$(objpfx)tst-localedef-path-norm: $(shared-thread-library) |