Old versions of GILS tables
[yaz-moved-to-github.git] / makelib / Makefile
index 94084f0..47f2c55 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.8 1996-06-10 08:55:47 quinn Exp $
+# $Id: Makefile,v 1.9 1996-10-29 13:34:56 adam Exp $
 
 #CC=
 SHELL=/bin/sh
 
 #CC=
 SHELL=/bin/sh
@@ -15,8 +15,7 @@ all: $(LIB)
 
 $(LIB): $(LIBS)
        rm -f $(LIB)
 
 $(LIB): $(LIBS)
        rm -f $(LIB)
-       for i in $(LIBS); do echo $$i; ar x $$i; done
-       -rm -f __*
+       for i in $(LIBS); do echo $$i; ar x $$i; rm -f __*; done
        ar qc $(LIB) *.o
        rm -f *.o
        ranlib $(LIB)
        ar qc $(LIB) *.o
        rm -f *.o
        ranlib $(LIB)