From 2ff1b56a4ff7022b426d4e36ec7d544f22fe7b87 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 4 Sep 1997 13:59:27 +0000 Subject: [PATCH] Minor changes. --- Makefile | 4 ++-- index/Makefile | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 35a47b1..497d404 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994-1996, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.58 1997-02-19 16:22:22 adam Exp $ +# $Id: Makefile,v 1.59 1997-09-04 13:59:27 adam Exp $ SHELL=/bin/sh MAKE=make @@ -58,4 +58,4 @@ gnudepend: wc: wc `find . -name '*.[ch]'` - + diff --git a/index/Makefile b/index/Makefile index 52acd4e..5107e04 100644 --- a/index/Makefile +++ b/index/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995-1996, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.42 1996-11-04 14:07:39 adam Exp $ +# $Id: Makefile,v 1.43 1997-09-04 13:59:28 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -29,7 +29,7 @@ CPP=$(CC) -E all: $(TPROG1) $(TPROG2) $(TPROG3) $(TPROG1): $(O1) ../lib/dict.a ../lib/isam.a ../lib/isamc.a ../lib/recctrl.a \ - ../lib/bfile.a ../lib/dfa.a ../lib/zebrautl.a + ../lib/bfile.a ../lib/dfa.a ../lib/zebrautl.a $(YAZLIB) $(CC) $(CFLAGS) -o $(TPROG1) $(O1) \ ../lib/dict.a ../lib/isam.a ../lib/isamc.a ../lib/recctrl.a \ ../lib/bfile.a ../lib/dfa.a ../lib/zebrautl.a \ @@ -40,7 +40,8 @@ $(TPROG2): $(O2) $(TPROG3): $(O3) \ ../lib/rset.a ../lib/dict.a ../lib/isam.a ../lib/recctrl.a \ - ../lib/isamc.a ../lib/bfile.a ../lib/dfa.a ../lib/zebrautl.a + ../lib/isamc.a ../lib/bfile.a ../lib/dfa.a ../lib/zebrautl.a \ + $(YAZLIB) $(CC) $(CFLAGS) -o $(TPROG3) $(O3) \ ../lib/rset.a ../lib/dict.a ../lib/isam.a ../lib/recctrl.a \ ../lib/isamc.a ../lib/bfile.a ../lib/dfa.a ../lib/zebrautl.a \ -- 1.7.10.4