From 6ea099611ad6b5eacd8abdc2d798f86d4adfbd12 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Mon, 27 Mar 1995 08:32:50 +0000 Subject: [PATCH] Simple --- makelib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makelib/Makefile b/makelib/Makefile index 71c8d7e..a71a7f5 100644 --- a/makelib/Makefile +++ b/makelib/Makefile @@ -1,14 +1,14 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.4 1995-03-22 10:13:04 quinn Exp $ +# $Id: Makefile,v 1.5 1995-03-27 08:32:50 quinn Exp $ #CC= SHELL=/bin/sh MAKE=make LIBDIR=../../lib LIBS=$(LIBDIR)/libodr.a $(LIBDIR)/libasn.a $(LIBDIR)/libcomstack.a \ - $(LIBDIR)/libserver.a + $(LIBDIR)/libserver.a $(LIBDIR)/libutil.a LIB=$(LIBDIR)/libyaz.a all: $(LIB) -- 1.7.10.4