From f850b018fdcafddfb5c0f72cc16c51a6be47cddc Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Wed, 6 Dec 1995 16:06:20 +0000 Subject: [PATCH] Fixed YAZ library --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bd51ac4..9e68963 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.27 1995-11-17 11:08:57 adam Exp $ +# $Id: Makefile,v 1.28 1995-12-06 16:06:20 quinn Exp $ # Uncomment the lines below to enable mOSI communcation. ODEFS=-DUSE_XTIMOSI @@ -25,7 +25,7 @@ BINDIR=/usr/local/bin LIBDIR=/usr/local/lib INCDIR=/usr/local/include # Misc tables, etc. -YAZDIR=/usr/local/yaz +YAZDIR=/usr/local/lib/yaz all: for i in $(SUBDIR); do cd $$i; if $(MAKE) $(CONTROL)\ -- 1.7.10.4