Minor changes.
[yaz-moved-to-github.git] / Makefile.in
index 893461d..77fe227 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1995-1998, Index Data 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.3 1998-09-02 12:41:48 adam Exp $
+# $Id: Makefile.in,v 1.4 1998-09-28 12:44:47 adam Exp $
 
 # Uncomment the lines below to enable mOSI communcation.
 #ODEFS=-DUSE_XTIMOSI
@@ -62,7 +62,6 @@ dep depend:
 
 clean:
        for i in $(SUBDIR); do (cd $$i; $(MAKE) clean); done
-       -rm lib/*.a
 
 oclean:
        for i in $(SUBDIR); do (cd $$i; rm -f *.o); done