From 9ee84acdcad18fe55bced224f47e57eb057923f1 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 10 Oct 1995 16:28:12 +0000 Subject: [PATCH] *** empty log message *** --- index/Makefile | 8 ++++---- util/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index/Makefile b/index/Makefile index ce23ee6..dce36d0 100644 --- a/index/Makefile +++ b/index/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.12 1995-10-10 14:03:33 adam Exp $ +# $Id: Makefile,v 1.13 1995-10-10 16:28:12 quinn Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -22,10 +22,10 @@ CPP=cc -E all: $(TPROG1) $(TPROG2) $(TPROG3) $(TPROG1): $(O1) ../lib/dict.a \ - ../lib/isam.a ../lib/bfile.a ../lib/alexutil.a ../lib/data1.a \ + ../lib/isam.a ../lib/bfile.a ../lib/data1.a ../lib/alexutil.a \ $(YAZLIB) $(CC) $(CFLAGS) -o $(TPROG1) $(O1) ../lib/dict.a \ - ../lib/isam.a ../lib/bfile.a ../lib/alexutil.a ../lib/data1.a \ + ../lib/isam.a ../lib/bfile.a ../lib/data1.a ../lib/alexutil.a \ $(YAZLIB) $(OSILIB) $(TPROG2): $(O2) $(YAZLIB) @@ -37,7 +37,7 @@ $(TPROG3): $(O3) \ $(YAZLIB) $(CC) $(CFLAGS) -o $(TPROG3) $(O3) \ ../lib/rset.a ../lib/dict.a ../lib/isam.a ../lib/bfile.a \ - ../lib/dfa.a ../lib/alexutil.a ../lib/data1.a \ + ../lib/dfa.a ../lib/data1.a ../lib/alexutil.a \ $(YAZLIB) $(OSILIB) -lm .c.o: diff --git a/util/Makefile b/util/Makefile index 15c7e35..cd833fa 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.17 1995-09-04 12:34:05 adam Exp $ +# $Id: Makefile,v 1.18 1995-10-10 16:28:17 quinn Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -13,7 +13,7 @@ TPROG=opt-test DEFS=$(INCLUDE) CPP=cc -E LIB=../lib/alexutil.a -PO = xmalloc.o res.o alexpath.o common.o +PO = xmalloc.o res.o alexpath.o common.o readconf.o all: $(LIB) -- 1.7.10.4