From: wessels <> Date: Wed, 22 Nov 2000 04:15:10 +0000 (+0000) Subject: renamed html.c to html_quote.c, also to avoid cvs patch idiocy X-Git-Tag: SQUID_3_0_PRE1~1760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4223066b2c46b39502abbac9907abdd1269da2d3;p=thirdparty%2Fsquid.git renamed html.c to html_quote.c, also to avoid cvs patch idiocy --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 10c1686560..43b13e6d7f 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.46 2000/11/04 23:04:09 hno Exp $ +# $Id: Makefile.in,v 1.47 2000/11/21 21:15:10 wessels Exp $ # prefix = @prefix@ top_srcdir = @top_srcdir@ @@ -39,7 +39,7 @@ UTILOBJS = rfc1123.o \ Stack.o \ hash.o \ heap.o \ - html.o \ + html_quote.o \ $(LIBOBJS) REGEXOBJS = GNUregex.o DLMALLOCOBJS = dlmalloc.o