summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-01-31 11:10:10 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-01-31 11:10:10 +0000
commitb621d7725803c3b29aa6d746d1bd351cf8f92371 (patch)
tree13a3ab3398117cb839b30bf68de7b81b4f08855c /Makefile.org
parentd1f4c83ce57d25db70bdcf6b4eb8e493a6e0dd6a (diff)
Make sure `make rehash' target really finds the `openssl' program.
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 aad83d43ed..ed0fc7a552 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -253,7 +253,7 @@ dclean:
done;
rehash:
- @(PATH="`pwd`/apps:${PATH}"; sh tools/c_rehash certs)
+ @(OPENSSL="`pwd`/apps/openssl"; export OPENSSL; sh tools/c_rehash certs)
test: tests