diff --git a/make/tests b/make/tests index fcf379d6520..5f608b65381 100644 --- a/make/tests +++ b/make/tests @@ -124,6 +124,7 @@ ifdef GENERATE_DISTRIBUTION_TESTS ## # Test generator for distribution tests ## +test/prob/generate_tests$(EXE) : LDLIBS_TBB = test/prob/generate_tests$(EXE) : test/prob/generate_tests.cpp @mkdir -p $(dir $@) $(LINK.cpp) $^ $(LDLIBS) $(OUTPUT_OPTION)