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