From 398a70cf772f18bd0f843b455dd63f113658d66c Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 9 Feb 1987 14:54:29 +0000 Subject: [PATCH] *** empty log message *** --- modules/src/alloc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/src/alloc/Makefile b/modules/src/alloc/Makefile index a5371920..25934250 100644 --- a/modules/src/alloc/Makefile +++ b/modules/src/alloc/Makefile @@ -16,7 +16,7 @@ OBJECTS = botch.o clear.o st_alloc.o Malloc.o std_alloc.o all: liballoc.a -liballoc.a: all +liballoc.a: $(OBJECTS) ar cr liballoc.a $(OBJECTS) -sh -c 'ranlib liballoc.a' @@ -25,7 +25,7 @@ install: all $(INSTALL) man/alloc.3 $(INSTALL) h/alloc.h -cmp: liballoc.a +cmp: all $(COMPARE) lib/liballoc.a $(COMPARE) man/alloc.3 $(COMPARE) h/alloc.h