From: Andy Polyakov Date: Mon, 16 May 2005 00:01:49 +0000 (+0000) Subject: Make Makefile.shared quiet again. X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c4cd925cc034a58bbe99f9e43b70f95bc909cc69;p=oweals%2Fopenssl.git Make Makefile.shared quiet again. --- diff --git a/Makefile.shared b/Makefile.shared index b201ef4d0c..59e191f3c1 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -67,8 +67,8 @@ LIBDEPS= #------------------------------------------------------------------------------ # The rest is private to this makefile. -#SET_X=: -SET_X=set -x +SET_X=: +#SET_X=set -x top: echo "Trying to use this makefile interactively? Don't."