summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-09-16 21:44:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-09-16 21:44:57 +0000
commitd83dde61803f03646c6dd41a1b764258898fe2de (patch)
treea6da52c23cb7895bcd2a9c90bf3ca3d5f45f7853 /crypto/ripemd
parent63e1319d0fda2eb0d37e107ac58252f0d3dd0985 (diff)
Merge changes to build system from fips branch.
Diffstat (limited to 'crypto/ripemd')
-rw-r--r--crypto/ripemd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/Makefile b/crypto/ripemd/Makefile
index d55875c20c..7e104025af 100644
--- a/crypto/ripemd/Makefile
+++ b/crypto/ripemd/Makefile
@@ -38,7 +38,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib