From d044e3c323529a39ffd00d493cacb5c74f2c544d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 17 Aug 1994 13:32:49 +0000 Subject: [PATCH] xmalloc in util. --- util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/Makefile b/util/Makefile index affc867..45d00da 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.2 1994-08-17 13:23:14 quinn Exp $ +# $Id: Makefile,v 1.3 1994-08-17 13:32:49 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include @@ -9,7 +9,7 @@ TPROG=opt-test CFLAGS=-g -Wall DEFS=$(INCLUDE) LIB=../lib/util.a -PO = options.o log.o +PO = options.o xmalloc.o log.o CPP=cc -E all: $(LIB) -- 1.7.10.4