X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=87b19675a2ebd34c5ec711d24a39c0ac2348891f;hb=20183db4fcbb8161529ee557ead6789ae2097ae0;hp=c096cf5c5c334438ba147eac28f83a854b4d9f8e;hpb=c4b184d02212b522facfd4bb8d86f7c3e933b14c;p=yaz-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index c096cf5..87b1967 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.16 1995-11-01 16:34:59 quinn Exp $ +# $Id: Makefile,v 1.17 1995-11-08 17:41:43 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -12,7 +12,7 @@ DEFS=$(INCLUDE) LIB=$(LIBDIR)/libutil.a LIBS= PO = options.o log.o marcdisp.o yaz-ccl.o pquery.o oid.o wrbuf.o \ - xmalloc.o readconf.o tpath.o # dmalloc.o + xmalloc.o readconf.o tpath.o nmem.o # dmalloc.o CPP=$(CC) -E RANLIB=ranlib