diff options
Diffstat (limited to 'nss')
-rw-r--r-- | nss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile index e00a4f768f..c5f1a7d1b0 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -163,7 +163,7 @@ ifdef libnss_test2.so-version $(objpfx)/libnss_test2.so$(libnss_test2.so-version): $(objpfx)/libnss_test2.so $(make-link) endif -$(patsubst %,$(objpfx)%.out,$(tests)) : \ +$(patsubst %,$(objpfx)%.out,$(tests) $(tests-container)) : \ $(objpfx)/libnss_test1.so$(libnss_test1.so-version) \ $(objpfx)/libnss_test2.so$(libnss_test2.so-version) |