diff options
Diffstat (limited to 'src/lib/libcrypto/md4/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/md4/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/md4/Makefile.ssl b/src/lib/libcrypto/md4/Makefile.ssl index 6ee3ca88ed..646607274e 100644 --- a/src/lib/libcrypto/md4/Makefile.ssl +++ b/src/lib/libcrypto/md4/Makefile.ssl | |||
@@ -40,7 +40,8 @@ all: lib | |||
40 | 40 | ||
41 | lib: $(LIBOBJ) | 41 | lib: $(LIBOBJ) |
42 | $(AR) $(LIB) $(LIBOBJ) | 42 | $(AR) $(LIB) $(LIBOBJ) |
43 | $(RANLIB) $(LIB) | 43 | @echo You may get an error following this line. Please ignore. |
44 | - $(RANLIB) $(LIB) | ||
44 | @touch lib | 45 | @touch lib |
45 | 46 | ||
46 | files: | 47 | files: |