From 7d3aff023a795b533064879e58946993a01ef729 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Wed, 17 May 1995 08:37:31 +0000 Subject: [PATCH] Removed dmalloc --- util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4