$OpenBSD: patch-scripts_libtool_mk,v 1.1 2021/09/16 10:36:38 sthen Exp $

Don't hide command lines.

--- scripts/libtool.mk.orig	Wed Nov 11 15:50:54 2015
+++ scripts/libtool.mk	Wed Nov 11 15:51:19 2015
@@ -69,11 +69,11 @@ clean: .libs_clean
 # Re-define compilers and linkers
 #
 OBJ_EXT = lo
-COMPILE.c = ${LIBTOOL} --silent --mode=compile ${CC}
+COMPILE.c = ${LIBTOOL} --mode=compile ${CC}
 COMPILE.cxx = ${LIBTOOL} --mode=compile ${CXX}
-LINK.c = ${LIBTOOL} --silent --mode=link ${CC}
+LINK.c = ${LIBTOOL} --mode=link ${CC}
 LINK.cxx = ${LIBTOOL} --mode=link ${CXX}
-PROGRAM_INSTALL = ${LIBTOOL} --silent --mode=install ${INSTALL}
+PROGRAM_INSTALL = ${LIBTOOL} --mode=install ${INSTALL}
 
 
 # LIBTOOL_ENDINGS - Given a library ending in ".a" or ".so", replace that
