Old versions of GILS tables
[yaz-moved-to-github.git] / makelib / Makefile
index d97e4cf..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.7 1995-11-01 13:54:38 quinn Exp $
+# $Id: Makefile,v 1.9 1996-10-29 13:34:56 adam Exp $
 
 #CC=
 SHELL=/bin/sh
 
 #CC=
 SHELL=/bin/sh
@@ -15,11 +15,10 @@ 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
        ar qc $(LIB) *.o
-       ranlib $(LIB)
        rm -f *.o
        rm -f *.o
+       ranlib $(LIB)
 
 clean:
        -rm -f *.o
 
 clean:
        -rm -f *.o