diff --git a/debug/Makefile b/debug/Makefile index c62b2154bc..3a60d7af7a 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -188,6 +188,17 @@ LOCALES := de_DE.UTF-8 include ../gen-locales.mk $(objpfx)tst-chk1.out: $(gen-locales) +$(objpfx)tst-chk2.out: $(gen-locales) +$(objpfx)tst-chk3.out: $(gen-locales) +$(objpfx)tst-chk4.out: $(gen-locales) +$(objpfx)tst-chk5.out: $(gen-locales) +$(objpfx)tst-chk6.out: $(gen-locales) +$(objpfx)tst-lfschk1.out: $(gen-locales) +$(objpfx)tst-lfschk2.out: $(gen-locales) +$(objpfx)tst-lfschk3.out: $(gen-locales) +$(objpfx)tst-lfschk4.out: $(gen-locales) +$(objpfx)tst-lfschk5.out: $(gen-locales) +$(objpfx)tst-lfschk6.out: $(gen-locales) endif sLIBdir := $(shell echo $(slibdir) | sed 's,lib\(\|64\)$$,\\\\$$LIB,')