summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2011-01-12 19:06:31 -0800
committerTim Rice <tim@multitalents.net>2011-01-12 19:06:31 -0800
commitcce927c25f93596a62b6d45c61a9d7fddf3d35c2 (patch)
treebfb907c8b71e5aabe761e0d94629ce013e3f9eb9
parent1708cb7d0d318f2ef6d48ef763125162f99a3b8c (diff)
- (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.in6
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 986c2ae2..56a808bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
20110213
- (djm) [misc.c] include time.h for nanosleep() prototype
+ - (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm
20110212
- OpenBSD CVS Sync
diff --git a/Makefile.in b/Makefile.in
index 7c55c758..13b6dede 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.315 2011/01/08 22:19:53 djm Exp $
+# $Id: Makefile.in,v 1.316 2011/01/13 03:06:38 tim Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -407,6 +407,7 @@ tests interop-tests: $(TARGETS)
TEST_SSH_PUTTYGEN="puttygen"; \
TEST_SSH_CONCH="conch"; \
TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \
+ TEST_SSH_ECC="@TEST_SSH_ECC@" ; \
cd $(srcdir)/regress || exit $$?; \
$(MAKE) \
.OBJDIR="$${BUILDDIR}/regress" \
@@ -427,7 +428,8 @@ tests interop-tests: $(TARGETS)
TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \
TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \
TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
- TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
+ TEST_SSH_IPV6="$${TEST_SSH_IPV6}" \
+ TEST_SSH_ECC="$${TEST_SSH_ECC}" \
EXEEXT="$(EXEEXT)" \
$@ && echo all tests passed