diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-01-26 17:08:08 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-01-26 17:08:08 +0100 |
commit | df6de39fe7373808a68cc457f3efbe79a2d95ea0 (patch) | |
tree | 35eec4e1156f55093edf7d7af82c7edf8d3c8e89 /crypto/txt_db | |
parent | FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERR (diff) | |
download | openssl-df6de39fe7373808a68cc457f3efbe79a2d95ea0.tar.xz openssl-df6de39fe7373808a68cc457f3efbe79a2d95ea0.zip |
Change AR to ARX to allow exclusion of fips object modules
Diffstat (limited to 'crypto/txt_db')
-rw-r--r-- | crypto/txt_db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/txt_db/Makefile b/crypto/txt_db/Makefile index e6f30331d8..87e57b49f6 100644 --- a/crypto/txt_db/Makefile +++ b/crypto/txt_db/Makefile @@ -33,7 +33,7 @@ top: all: lib lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) + $(ARX) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib |