X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=makelib%2FMakefile;h=47f2c55daa0928d328f676a8ac1cd43c956bb862;hp=94084f0db53d2d77489feec214594ef096b0a563;hb=98d6fcc28c858c00a47aa59391abb99649f54ba0;hpb=527e5237725b631a58124f9b0d7b5ce97c62a183 diff --git a/makelib/Makefile b/makelib/Makefile index 94084f0..47f2c55 100644 --- a/makelib/Makefile +++ b/makelib/Makefile @@ -1,7 +1,7 @@ # 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 @@ -15,8 +15,7 @@ all: $(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)