From 0e3207ccc9893cb48c2f7938fedb9001ecbb9d71 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 30 Sep 1998 15:06:03 +0000 Subject: [PATCH 1/1] Fixed LIB dependencies in Makefiles. --- client/Makefile.in | 4 ++-- ztest/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/Makefile.in b/client/Makefile.in index 19f7f86..670a942 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.2 1998-08-25 16:19:40 adam Exp $ +# $Id: Makefile.in,v 1.3 1998-09-30 15:06:03 adam Exp $ SHELL=/bin/sh @@ -24,7 +24,7 @@ PROGO=client.o all: $(PROG) -$(PROG): $(LIB) $(PROGO) $(LIBS) +$(PROG): $(LIB) $(PROGO) $(YAZLIBS) $(CC) $(CFLAGS) -o $(PROG) $(PROGO) $(YAZLIBS) $(LIBS) alll: diff --git a/ztest/Makefile.in b/ztest/Makefile.in index fa31891..fb82295 100644 --- a/ztest/Makefile.in +++ b/ztest/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.2 1998-08-25 16:19:46 adam Exp $ +# $Id: Makefile.in,v 1.3 1998-09-30 15:06:04 adam Exp $ SHELL=/bin/sh @@ -27,7 +27,7 @@ RANLIB=ranlib all: $(PROG) -$(PROG): $(LIB) $(PROGO) $(LIBS) +$(PROG): $(LIB) $(PROGO) $(YAZLIBS) $(CC) $(CFLAGS) -o $(PROG) $(PROGO) $(YAZLIBS) $(LIBS) alll: -- 1.7.10.4