From: Sebastian Hammer Date: Wed, 17 May 1995 08:37:31 +0000 (+0000) Subject: Removed dmalloc X-Git-Tag: YAZ.1.8~1039 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7d3aff023a795b533064879e58946993a01ef729 Removed dmalloc --- diff --git a/util/Makefile b/util/Makefile index 2536a02..eeec9d4 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.7 1995-05-17 08:19:08 adam Exp $ +# $Id: Makefile,v 1.8 1995-05-17 08:37:31 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -11,7 +11,7 @@ LIBINCLUDE=-L$(LIBDIR) DEFS=$(INCLUDE) LIB=$(LIBDIR)/libutil.a LIBS= -PO = dmalloc.o options.o log.o marcdisp.o +PO = options.o log.o marcdisp.o # dmalloc.o CPP=$(CC) -E all: $(LIBDIR) $(LIB) marcdump