From 1a3cb6e900b62e0a40154410d1c96fcf4285215e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 24 Mar 2006 13:56:17 +0000 Subject: [PATCH] Use flock.c rather than lockutil.c --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index c9a23d8..d5652ef 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.25.2.6 2006-02-23 14:30:32 adam Exp $ +# $Id: makefile,v 1.25.2.7 2006-03-24 13:56:17 adam Exp $ ########################################################### ############### Parameters @@ -285,7 +285,7 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\insert.obj \ $(OBJDIR)\invstat.obj \ $(OBJDIR)\kcompare.obj \ - $(OBJDIR)\lockutil.obj \ + $(OBJDIR)\flock.obj \ $(OBJDIR)\lookgrep.obj \ $(OBJDIR)\lookup.obj \ $(OBJDIR)\lookupec.obj \ -- 1.7.10.4