diff options
Diffstat (limited to 'crypto/cast')
-rw-r--r-- | crypto/cast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/Makefile b/crypto/cast/Makefile index cdffb8efc4..0acc38f28d 100644 --- a/crypto/cast/Makefile +++ b/crypto/cast/Makefile @@ -38,7 +38,7 @@ top: all: lib lib: $(LIBOBJ) - $(ARX) $(LIB) $(LIBOBJ) + $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib |