From 142235dcf39ff59a20918e53abcf62f59fa9f2a4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 22 Sep 1998 09:40:54 +0000 Subject: [PATCH] Fixed Makefile. --- lib/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 20a23e2..e18f529 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1994-1998, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.1 1998-09-02 12:41:52 adam Exp $ +# $Id: Makefile.in,v 1.2 1998-09-22 09:40:54 adam Exp $ SHELL=/bin/sh @@ -14,7 +14,7 @@ LIB=libyaz.a all: $(LIB) -$(LIB): $(LIBS) +$(LIB): $(YAZLIBS) rm -f $(LIB) for i in $(YAZLIBS); do echo $$i; ar x $$i; rm -f __*; done ar qc $(LIB) *.o @@ -22,6 +22,6 @@ $(LIB): $(LIBS) $(RANLIB) $(LIB) clean: - -rm -f *.o $(LIB) + -rm -f *.[oa] depend: -- 1.7.10.4