diff options
author | Ben Laurie <ben@openssl.org> | 2005-03-31 10:34:59 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2005-03-31 10:34:59 +0000 |
commit | db3cb0e97a48720505e7fdd9781741d512446ef0 (patch) | |
tree | 9c3e14184d5472a35a22d191e5e057974e43c955 /Makefile.shared | |
parent | 41a15c4f0f2535591ba9f258cf76119f86477c43 (diff) | |
download | openssl-new-db3cb0e97a48720505e7fdd9781741d512446ef0.tar.gz |
Get rid of irritating noise.
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 8593ead067..d4df5e2b66 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -66,8 +66,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." |