From: Darren Tucker Date: Wed, 24 Jul 2019 01:20:18 +0000 (+1000) Subject: Add lib dependencies for regress binary targets. X-Git-Tag: V_8_1_P1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=520d4550a2470106d63e30079bb05ce82f3a4f7d;p=thirdparty%2Fopenssh-portable.git Add lib dependencies for regress binary targets. --- diff --git a/Makefile.in b/Makefile.in index 5e481fbc4..3bf729799 100644 --- a/Makefile.in +++ b/Makefile.in @@ -572,13 +572,14 @@ regress/misc/kexfuzz/kexfuzz$(EXEEXT): ${MISC_KEX_FUZZ_OBJS} libssh.a $(LD) -o $@ $(LDFLAGS) $(MISC_KEX_FUZZ_OBJS) \ -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) -regress-binaries: regress/modpipe$(EXEEXT) \ +regress-binaries: $(LIBCOMPAT) \ + regress/modpipe$(EXEEXT) \ regress/setuid-allowed$(EXEEXT) \ regress/netcat$(EXEEXT) \ regress/check-perm$(EXEEXT) \ regress/mkdtemp$(EXEEXT) -regress-unit-binaries: \ +regress-unit-binaries: $(REGRESSLIBS) \ regress/unittests/sshbuf/test_sshbuf$(EXEEXT) \ regress/unittests/sshkey/test_sshkey$(EXEEXT) \ regress/unittests/bitmap/test_bitmap$(EXEEXT) \