# HG changeset patch # User Matt Johnston # Date 1086165085 0 # Node ID 059ec00f32a1ac3430b7abac4ed2d44fc7c26cb2 # Parent d7da3b1e15401eb234ec866d5eac992fc4cd5878 Missing ranlib in makefile for library diff -r d7da3b1e1540 -r 059ec00f32a1 makefile --- 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) $@ $(OBJECTS) + $(RANLIB) $(LIBNAME) #This rule makes the test program included with libtomcrypt test: library $(TESTOBJECTS)