From: Adam Dickmeiss Date: Mon, 20 Nov 1995 17:00:18 +0000 (+0000) Subject: Bug fix. X-Git-Tag: ZEBRA.1.0~673 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=90b86ba1637131e670cb30f91f2b9633705bd504 Bug fix. --- diff --git a/isam/Makefile b/isam/Makefile index 55da064..fd565bf 100644 --- a/isam/Makefile +++ b/isam/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.15 1995-11-20 11:58:07 adam Exp $ +# $Id: Makefile,v 1.16 1995-11-20 17:00:18 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -9,7 +9,7 @@ RANLIB=ranlib YAZLIB=-lyaz YAZINC= -INCLUDE=-I../include -I$(YAZ)/include +INCLUDE=-I../include $(YAZINC) #CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/isam.a