From d407fec95387f5291d91f03a584361c688e2f0e4 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 15 Jun 2004 14:34:07 +0000 Subject: [PATCH] makefile --HG-- branch : libtomcrypt extra : convert_revision : 7fd8a0313edb710f4a3bef7eae0df50b8b94deae --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index f2b4b8d..f3447aa 100644 --- a/makefile +++ b/makefile @@ -160,6 +160,7 @@ library: $(LIBNAME) $(LIBNAME): $(OBJECTS) $(AR) $(ARFLAGS) $@ $(OBJECTS) + $(RANLIB) $@ #This rule makes the hash program included with libtomcrypt hashsum: library $(HASHOBJECTS)