Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/experimental.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-15 20:24:25 +0300
committerRich Salz <rsalz@openssl.org>2014-12-15 20:26:02 +0300
commit129c81b951ef436995d5718a55ecd68cb5914972 (patch)
treecc34455e62dfb99026a18b491fe53bbad3771123 /tools
parent995207bedcc58f2fa1bd7c460ee530b92c7dfbfe (diff)
RT3497: The ticket that keeps on giving.
Don't remove c_rehash that wasn't created by make; this script is created by configure. This fix brought to you by the letter "f" and Reviewed-by: Emilia Kasper <emilia@openssl.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index b50218d03e..4ca835c4af 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -52,7 +52,6 @@ dclean:
clean:
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
- rm -f c_rehash
errors: