summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-28 16:14:39 +0000
committerUlf Möller <ulf@openssl.org>1999-04-28 16:14:39 +0000
commit73bfb9ad6aea3595aabb8966cb937d0c44d649e1 (patch)
treef04ebed84f5abec707b2639eec752fb03de3c6d4 /Makefile.org
parent8b1a3a9238db5ae49bfb5f86370f9fef8c923c5a (diff)
Do make rehash automatically at make test.
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 7531f5a2db..09648b2c20 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -238,7 +238,7 @@ rehash:
test: tests
-tests:
+tests: rehash
@(cd test && echo "testing..." && \
$(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SDIRS='${SDIRS}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' tests );
@apps/openssl version -a