diff options
Diffstat (limited to 'src/lib/libcrypto/bn/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/bn/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/Makefile.ssl b/src/lib/libcrypto/bn/Makefile.ssl index 17b72d577f..526d7adb5c 100644 --- a/src/lib/libcrypto/bn/Makefile.ssl +++ b/src/lib/libcrypto/bn/Makefile.ssl | |||
@@ -68,7 +68,8 @@ bnbug: bnbug.c ../../libcrypto.a top | |||
68 | 68 | ||
69 | lib: $(LIBOBJ) | 69 | lib: $(LIBOBJ) |
70 | $(AR) $(LIB) $(LIBOBJ) | 70 | $(AR) $(LIB) $(LIBOBJ) |
71 | $(RANLIB) $(LIB) | 71 | @echo You may get an error following this line. Please ignore. |
72 | - $(RANLIB) $(LIB) | ||
72 | @touch lib | 73 | @touch lib |
73 | 74 | ||
74 | # elf | 75 | # elf |