X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile;h=9794f71dc2266716dd030c098d25c8f5572ba7a3;hp=9f16cc0babe06e8c30b9e5d30d48dfd16012b809;hb=81545d983681a20339cc3e391cc448a3e4ebaa32;hpb=9e7c99310963a811885820ccccf9e96fae6ecf8b 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: