diff options
Diffstat (limited to 'src/lib/libcrypto/bf/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/bf/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bf/Makefile.ssl b/src/lib/libcrypto/bf/Makefile.ssl index f4eb90f13f..9205ee7901 100644 --- a/src/lib/libcrypto/bf/Makefile.ssl +++ b/src/lib/libcrypto/bf/Makefile.ssl | |||
@@ -44,7 +44,8 @@ all: lib | |||
44 | 44 | ||
45 | lib: $(LIBOBJ) | 45 | lib: $(LIBOBJ) |
46 | $(AR) $(LIB) $(LIBOBJ) | 46 | $(AR) $(LIB) $(LIBOBJ) |
47 | $(RANLIB) $(LIB) | 47 | @echo You may get an error following this line. Please ignore. |
48 | - $(RANLIB) $(LIB) | ||
48 | @touch lib | 49 | @touch lib |
49 | 50 | ||
50 | # elf | 51 | # elf |