From abeaa4c36fda7dad1adadba4b664abb4b2f39d02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 13 Jan 2017 18:03:36 +0100 Subject: [PATCH] build: be more precise in descriptions --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3b6e53593..c52877e44 100644 --- a/Makefile +++ b/Makefile @@ -107,8 +107,8 @@ info: $(info [$(HAS_cmocka)] cmocka (tests/unit)) $(info [$(HAS_libsystemd)] systemd (daemon)) $(info [$(HAS_nettle)] nettle (modules/cookies)) - $(info [$(HAS_ltn12)] Lua socket ltn12 (modules/trust_anchors)) - $(info [$(HAS_ssl.https)] Lua ssl.https (modules/trust_anchors)) + $(info [$(HAS_ltn12)] Lua socket ltn12 (trust anchor bootstrapping)) + $(info [$(HAS_ssl.https)] Lua ssl.https (trust anchor bootstrapping)) $(info ) # Verify required dependencies are met, as listed above -- 2.47.3