]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
rename Mem.c to MemPool.c
authorwessels <>
Wed, 25 Mar 1998 12:29:50 +0000 (12:29 +0000)
committerwessels <>
Wed, 25 Mar 1998 12:29:50 +0000 (12:29 +0000)
src/Makefile.in

index 95a8ca723485d5b8845a1513964973047bffcc59..20a209e0331af6c824ff09220c3ef400c1e6a52a 100644 (file)
@@ -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 \