a41fe4
commit fadf75c370494da6a02274ebe79e45b2f22ebbd0
a41fe4
Author: Florian Weimer <fweimer@redhat.com>
a41fe4
Date:   Mon Feb 10 14:37:10 2020 +0100
a41fe4
a41fe4
    debug: Add missing locale dependencies of fortify tests
a41fe4
    
a41fe4
    The missing dependencies result in failures like this if make check
a41fe4
    is invoked with sufficient parallelism for the debug subdirectory:
a41fe4
    
a41fe4
    FAIL: debug/tst-chk2
a41fe4
    FAIL: debug/tst-chk3
a41fe4
    FAIL: debug/tst-chk4
a41fe4
    FAIL: debug/tst-chk5
a41fe4
    FAIL: debug/tst-chk6
a41fe4
    FAIL: debug/tst-lfschk1
a41fe4
    FAIL: debug/tst-lfschk2
a41fe4
    FAIL: debug/tst-lfschk3
a41fe4
    FAIL: debug/tst-lfschk4
a41fe4
    FAIL: debug/tst-lfschk5
a41fe4
    FAIL: debug/tst-lfschk6
a41fe4
a41fe4
diff --git a/debug/Makefile b/debug/Makefile
a41fe4
index 506cebc3c4ca19ff..5e45c9b41077f2fd 100644
a41fe4
--- a/debug/Makefile
a41fe4
+++ b/debug/Makefile
a41fe4
@@ -188,6 +188,17 @@ LOCALES := de_DE.UTF-8
a41fe4
 include ../gen-locales.mk
a41fe4
 
a41fe4
 $(objpfx)tst-chk1.out: $(gen-locales)
a41fe4
+$(objpfx)tst-chk2.out: $(gen-locales)
a41fe4
+$(objpfx)tst-chk3.out: $(gen-locales)
a41fe4
+$(objpfx)tst-chk4.out: $(gen-locales)
a41fe4
+$(objpfx)tst-chk5.out: $(gen-locales)
a41fe4
+$(objpfx)tst-chk6.out: $(gen-locales)
a41fe4
+$(objpfx)tst-lfschk1.out: $(gen-locales)
a41fe4
+$(objpfx)tst-lfschk2.out: $(gen-locales)
a41fe4
+$(objpfx)tst-lfschk3.out: $(gen-locales)
a41fe4
+$(objpfx)tst-lfschk4.out: $(gen-locales)
a41fe4
+$(objpfx)tst-lfschk5.out: $(gen-locales)
a41fe4
+$(objpfx)tst-lfschk6.out: $(gen-locales)
a41fe4
 endif
a41fe4
 
a41fe4
 sLIBdir := $(shell echo $(slibdir) | sed 's,lib\(\|64\)$$,\\\\$$LIB,')