xmalloc in util.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 17 Aug 1994 13:32:49 +0000 (13:32 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 17 Aug 1994 13:32:49 +0000 (13:32 +0000)
util/Makefile

index affc867..45d00da 100644 (file)
@@ -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)