From 914ad7b73357ff9e692d15e6c6b3a87aeecdccd7 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Mon, 20 Jun 2011 18:37:39 +0100 Subject: [PATCH] ranlib util.a (thanks pancake) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fd728dc..708a0fd 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ cat.o grep.o tail.o: text.h util.a: $(LIB) @echo AR $@ @$(AR) -r -c $@ $(LIB) + @ranlib $@ install: all @echo installing executables to $(DESTDIR)$(PREFIX)/bin