From: Adam Dickmeiss Date: Wed, 17 Aug 1994 13:32:49 +0000 (+0000) Subject: xmalloc in util. X-Git-Tag: ZEBRA.1.0~917 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=d044e3c323529a39ffd00d493cacb5c74f2c544d xmalloc in util. --- 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)