From: Richard Levitte Date: Tue, 29 Mar 2016 16:55:05 +0000 (+0200) Subject: 'make test' depends of having util/shlib-wrap.sh symlinked in build dir X-Git-Tag: OpenSSL_1_1_0-pre5~201 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=47a11172f1dfa8e2c9448753acd78a1cbba0e32d;p=oweals%2Fopenssl.git 'make test' depends of having util/shlib-wrap.sh symlinked in build dir Reviewed-by: Andy Polyakov --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 966565bd6e..67b13fa2db 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -215,7 +215,8 @@ build_apps_nodep: $(PROGRAMS) $(SCRIPTS) build_tests: configdata.pm build_tests_nodep depend build_tests_nodep: $(TESTPROGS) -test tests: build_tests_nodep build_apps_nodep build_engines_nodep depend +test tests: build_tests_nodep build_apps_nodep build_engines_nodep \ + depend link-utils ( cd test; \ SRCTOP=../$(SRCDIR) \ BLDTOP=../$(BLDDIR) \