From: wessels <> Date: Wed, 25 Mar 1998 12:29:50 +0000 (+0000) Subject: rename Mem.c to MemPool.c X-Git-Tag: SQUID_3_0_PRE1~3751 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eec8afe44adbbc3fd38906285c11235b5b0415fa;p=thirdparty%2Fsquid.git rename Mem.c to MemPool.c --- diff --git a/src/Makefile.in b/src/Makefile.in index 95a8ca7234..20a209e033 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.134 1998/03/20 18:06:40 rousskov Exp $ +# $Id: Makefile.in,v 1.135 1998/03/25 05:29:50 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -105,7 +105,7 @@ OBJS = \ ipcache.o \ main.o \ mem.o \ - Mem.o \ + MemPool.o \ MemBuf.o \ mime.o \ multicast.o \