summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-16 00:01:49 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-16 00:01:49 +0000
commitc4cd925cc034a58bbe99f9e43b70f95bc909cc69 (patch)
treef2ae358463e3fa321788fae2a11290fc7c8ba33c /Makefile.shared
parentf210eb7b8925b7630fb60205a89cc92952ed54d2 (diff)
Make Makefile.shared quiet again.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared4
1 files changed, 2 insertions, 2 deletions
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."