]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
renamed html.c to html_quote.c, also to avoid cvs patch idiocy
authorwessels <>
Wed, 22 Nov 2000 04:15:10 +0000 (04:15 +0000)
committerwessels <>
Wed, 22 Nov 2000 04:15:10 +0000 (04:15 +0000)
lib/Makefile.in

index 10c16865607042b38fea820b4f7e10a1c9c45c6b..43b13e6d7f25f5e4b896f1a91e2b1be94f07ab36 100644 (file)
@@ -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