From 81545d983681a20339cc3e391cc448a3e4ebaa32 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Wed, 15 Mar 1995 15:36:12 +0000 Subject: [PATCH] Removed pwrite --- server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Makefile b/server/Makefile index 9f16cc0..9794f71 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.9 1995-03-15 15:18:51 quinn Exp $ +# $Id: Makefile,v 1.10 1995-03-15 15:36:12 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -I../asn -I../odr -I../yazlib -I../../egate/include\ @@ -20,7 +20,7 @@ PROGO=statserv.o session.o all: $(LIBDIR) $(LIB) $(PROG) $(PROG): $(LIB) $(PROGO) - $(CC) $(CFLAGS) $(LIBINCLUDE) -o $(PROG) $(PROGO) $(LIBS) pwrite.o + $(CC) $(CFLAGS) $(LIBINCLUDE) -o $(PROG) $(PROGO) $(LIBS) alll: -- 1.7.10.4