# HG changeset patch # User Matt Johnston # Date 1087310047 0 # Node ID 712dd6dfb0eb35c1e890ef1754208ffc74e1d7bb # Parent 1a066933c5e1685f0d07c8e14dd4f2b515f1e7ff makefile diff -r 1a066933c5e1 -r 712dd6dfb0eb makefile --- a/makefile Tue Jun 15 14:32:29 2004 +0000 +++ b/makefile Tue Jun 15 14:34:07 2004 +0000 @@ -160,6 +160,7 @@ $(LIBNAME): $(OBJECTS) $(AR) $(ARFLAGS) $@ $(OBJECTS) + $(RANLIB) $@ #This rule makes the hash program included with libtomcrypt hashsum: library $(HASHOBJECTS)