summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-12-13 15:49:15 +0000
committerBen Laurie <ben@openssl.org>2012-12-13 15:49:15 +0000
commit5f4cf088647598ca57f66ef12a1c2c80e36237e6 (patch)
treeb35878cbc31ffc6e8dd4ccee92dfdc663d10cb70 /Makefile.org
parent2a2e537983dad1a76de93fa1da03e478528bb081 (diff)
Make verify return errors.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 55273ea364..43d16cbcb1 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -444,7 +444,7 @@ rehash.time: certs apps
[ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
OPENSSL_DEBUG_MEMORY=on; \
export OPENSSL OPENSSL_DEBUG_MEMORY; \
- $(PERL) tools/c_rehash certs) && \
+ $(PERL) tools/c_rehash certs/demo) && \
touch rehash.time; \
else :; fi