From 90b86ba1637131e670cb30f91f2b9633705bd504 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 20 Nov 1995 17:00:18 +0000 Subject: [PATCH] Bug fix. --- isam/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4