summaryrefslogtreecommitdiff
path: root/crypto/txt_db
diff options
context:
space:
mode:
authorsteve <steve>2011-01-26 16:07:51 +0000
committersteve <steve>2011-01-26 16:07:51 +0000
commit6b4effd906746b85cb5272ea682187a23d750ed8 (patch)
tree0bcca6874b03fd77be7b741a5445e8eb52fdde0a /crypto/txt_db
parentaff1c1f19f7d8c49377700223bb9d236af586e3c (diff)
downloadopenssl-6b4effd906746b85cb5272ea682187a23d750ed8.tar.gz
Change AR to ARX to allow exclusion of fips object modules
Diffstat (limited to 'crypto/txt_db')
-rw-r--r--crypto/txt_db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/txt_db/Makefile b/crypto/txt_db/Makefile
index e6f30331d..87e57b49f 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