From a4b3ddd8ad754b42454c7a18fdb3ef61f7bd580d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 20 Feb 1996 16:41:36 +0000 Subject: [PATCH 1/1] Minor change. --- util/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/Makefile b/util/Makefile index 9ed18bf..27481a6 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.18 1996-02-20 16:33:06 quinn Exp $ +# $Id: Makefile,v 1.19 1996-02-20 16:41:36 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -9,6 +9,7 @@ LIBDIR=../lib LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) +#DEFS=$(INCLUDE) -DTRACE_XMALLOC=1 LIB=$(LIBDIR)/libutil.a LIBS= PO = options.o log.o marcdisp.o yaz-ccl.o pquery.o oid.o wrbuf.o \ -- 1.7.10.4