From: Sebastian Hammer Date: Wed, 6 Dec 1995 16:06:20 +0000 (+0000) Subject: Fixed YAZ library X-Git-Tag: YAZ.1.8~851 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f850b018fdcafddfb5c0f72cc16c51a6be47cddc Fixed YAZ library --- 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)\