add what I'm doing and a vote
[openssl.git] / Makefile.org
index aad83d43ed2356b65af356d0a165e5559ddb7817..4e1c79e40cc403a7af57463a9b84b7da14e74561 100644 (file)
@@ -157,7 +157,7 @@ SDIRS=  \
        des rc2 rc4 rc5 idea bf cast \
        bn rsa dsa dh \
        buffer bio stack lhash rand err objects \
-       evp pem asn1 x509 x509v3 conf txt_db pkcs7 comp
+       evp asn1 pem x509 x509v3 conf txt_db pkcs7 comp
 
 # If you change the INSTALLTOP, make sure to also change the values
 # in crypto/location.h
@@ -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