projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085ea80
)
Compensate for BSDi shell bug.
author
Andy Polyakov
<appro@openssl.org>
Sat, 5 Jan 2008 21:30:59 +0000
(21:30 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 5 Jan 2008 21:30:59 +0000
(21:30 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 91557ffe68b4f5da1fb850fd7200be997d4cde38..39add98f8d421815b638b6b583c7560008a37691 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-390,7
+390,7
@@
rehash: rehash.time
rehash.time: certs apps
@if [ -z "$(CROSS_COMPILE_PREFIX)" ]; then \
(OPENSSL="`pwd`/util/opensslwrap.sh"; \
- [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe"; \
+ [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe"
|| :
; \
OPENSSL_DEBUG_MEMORY=on; \
export OPENSSL OPENSSL_DEBUG_MEMORY; \
$(PERL) tools/c_rehash certs) && \