diff options
author | Andy Polyakov <appro@openssl.org> | 2010-07-15 15:55:38 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2010-07-15 15:55:38 +0200 |
commit | 1dc02bbaf5fbce9ad13e0adaad9521b4d2ee21bc (patch) | |
tree | 093624c5de227def20821f68c03a60d9ed312035 /Makefile.shared | |
parent | Makefile.shared: update link_o.dawrin rule. (diff) | |
download | openssl-1dc02bbaf5fbce9ad13e0adaad9521b4d2ee21bc.tar.xz openssl-1dc02bbaf5fbce9ad13e0adaad9521b4d2ee21bc.zip |
Makefile.shared: debugging line slipped through in previous commit.
Diffstat (limited to 'Makefile.shared')
-rw-r--r-- | Makefile.shared | 2 |
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." |