X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile;h=09a3ac28f62efd8b0ad44939a3a219189d775142;hp=e90ac8168b19ed65f5d4d404d6bf5b36724107c3;hb=502061d0cd291d3858c9b70eccd09dc35f400080;hpb=be8acf3280618446f31bb2beac8b1116f748467b diff --git a/server/Makefile b/server/Makefile index e90ac81..09a3ac2 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.25 1995-05-30 10:25:46 quinn Exp $ +# $Id: Makefile,v 1.26 1995-06-25 10:53:57 quinn Exp $ LIBDIR=../lib @@ -19,6 +19,7 @@ PO = eventl.o seshigh.o statserv.o requestq.o CPP=$(CC) -E PROG=ztest PROGO=ztest.o +RANLIB=ranlib all: $(LIBDIR) $(LIB) $(PROG) @@ -30,7 +31,7 @@ alll: $(LIB): $(PO) rm -f $(LIB) ar qc $(LIB) $(PO) - ranlib $(LIB) + $(RANLIB) $(LIB) $(LIBDIR): mkdir $(LIBDIR)