Mercurial > dropbear
changeset 8:059ec00f32a1 libtomcrypt
Missing ranlib in makefile for library
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 02 Jun 2004 08:31:25 +0000 |
parents | d7da3b1e1540 |
children | 09ab3354aa21 |
files | makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/makefile Mon May 31 18:21:40 2004 +0000 +++ b/makefile Wed Jun 02 08:31:25 2004 +0000 @@ -158,6 +158,7 @@ $(LIBNAME): $(OBJECTS) $(AR) $(ARFLAGS) [email protected] $(OBJECTS) + $(RANLIB) $(LIBNAME) #This rule makes the test program included with libtomcrypt test: library $(TESTOBJECTS)