More Win32 fixes. The Configure script used to give *lots* of warnings about
[oweals/openssl.git] / Makefile.org
index 1783db349b09070583438532d95a9dc2c8ca20b2..4e1c79e40cc403a7af57463a9b84b7da14e74561 100644 (file)
@@ -156,8 +156,8 @@ SDIRS=  \
        md2 md5 sha mdc2 hmac ripemd \
        des rc2 rc4 rc5 idea bf cast \
        bn rsa dsa dh \
-       buffer bio stack lhash rand pem err objects \
-       evp asn1 x509 x509v3 conf txt_db pkcs7 comp
+       buffer bio stack lhash rand err objects \
+       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