diff options
Diffstat (limited to 'src/lib/libcrypto/des/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/des/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/Makefile.ssl b/src/lib/libcrypto/des/Makefile.ssl index 34a360b7ab..cc5379feb2 100644 --- a/src/lib/libcrypto/des/Makefile.ssl +++ b/src/lib/libcrypto/des/Makefile.ssl | |||
@@ -57,7 +57,8 @@ all: lib | |||
57 | 57 | ||
58 | lib: $(LIBOBJ) | 58 | lib: $(LIBOBJ) |
59 | $(AR) $(LIB) $(LIBOBJ) | 59 | $(AR) $(LIB) $(LIBOBJ) |
60 | $(RANLIB) $(LIB) | 60 | @echo You may get an error following this line. Please ignore. |
61 | - $(RANLIB) $(LIB) | ||
61 | @touch lib | 62 | @touch lib |
62 | 63 | ||
63 | des: des.o cbc3_enc.o lib | 64 | des: des.o cbc3_enc.o lib |