Fixed LIB dependencies in Makefiles.
[yaz-moved-to-github.git] / client / Makefile.in
index 19f7f86..670a942 100644 (file)
@@ -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: