X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=makelib%2FMakefile;h=71c8d7e84aac882bee5c635412965d927fb91d26;hb=813f1a77544956dd0e0f8b9cbdf491a6b01927cb;hp=e3737c76f61e6758ab94c8cd3fcb92e4bbeb8407;hpb=ba37668dbdedb1fdc4a69a9d2363222c5e6f6fd7;p=yaz-moved-to-github.git diff --git a/makelib/Makefile b/makelib/Makefile index e3737c7..71c8d7e 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.2 1995-03-16 17:42:29 quinn Exp $ +# $Id: Makefile,v 1.4 1995-03-22 10:13:04 quinn Exp $ #CC= SHELL=/bin/sh @@ -15,7 +15,7 @@ all: $(LIB) $(LIB): $(LIBS) rm -f $(LIB) - for i in $(LIBS); do ar x $$i; done + for i in $(LIBS); do echo $$i; ar x $$i; done -rm -f __* ar qc $(LIB) *.o ranlib $(LIB) @@ -23,3 +23,5 @@ $(LIB): $(LIBS) clean: -rm -f *.o + +depend: