diff options
author | Andy Polyakov <appro@openssl.org> | 2005-05-16 02:01:49 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-05-16 02:01:49 +0200 |
commit | c4cd925cc034a58bbe99f9e43b70f95bc909cc69 (patch) | |
tree | f2ae358463e3fa321788fae2a11290fc7c8ba33c /Makefile.shared | |
parent | Simplify shared rules, link run-path into applications only. (diff) | |
download | openssl-c4cd925cc034a58bbe99f9e43b70f95bc909cc69.tar.xz openssl-c4cd925cc034a58bbe99f9e43b70f95bc909cc69.zip |
Make Makefile.shared quiet again.
Diffstat (limited to 'Makefile.shared')
-rw-r--r-- | Makefile.shared | 4 |
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." |