diff options
Diffstat (limited to 'crypto/objects/Makefile')
-rw-r--r-- | crypto/objects/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/Makefile b/crypto/objects/Makefile index 9c5615099c30..25e8b23b5d05 100644 --- a/crypto/objects/Makefile +++ b/crypto/objects/Makefile @@ -34,7 +34,7 @@ top: all: obj_dat.h lib lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) + $(ARX) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib |