summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-07-15 13:55:38 +0000
committerAndy Polyakov <appro@openssl.org>2010-07-15 13:55:38 +0000
commit1dc02bbaf5fbce9ad13e0adaad9521b4d2ee21bc (patch)
tree093624c5de227def20821f68c03a60d9ed312035 /Makefile.shared
parentcad6650f527c0a4617d3cb7f91e947a07d4cb296 (diff)
Makefile.shared: debugging line slipped through in previous commit.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 06526d3786..6e53c2de18 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -70,7 +70,7 @@ LIBDEPS=
# The rest is private to this makefile.
SET_X=:
-SET_X=set -x
+#SET_X=set -x
top:
echo "Trying to use this makefile interactively? Don't."