From 97e0fbea337984f2cd30df856382e986277a60e0 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 a53719204..259342504 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 -- 2.34.1