From: Adam Dickmeiss Date: Wed, 30 Sep 1998 15:06:03 +0000 (+0000) Subject: Fixed LIB dependencies in Makefiles. X-Git-Tag: YAZ.1.8~448 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=0e3207ccc9893cb48c2f7938fedb9001ecbb9d71 Fixed LIB dependencies in Makefiles. --- 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: