]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove space after backslash
authorwessels <>
Wed, 29 Oct 1997 12:01:10 +0000 (12:01 +0000)
committerwessels <>
Wed, 29 Oct 1997 12:01:10 +0000 (12:01 +0000)
src/Makefile.in

index 418187a7a43ee47fcbaf86451fbf255e7b137dc8..ec2342b351f73500a94557194087d07cdb85b636 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.87 1997/10/27 23:30:20 wessels Exp $
+#  $Id: Makefile.in,v 1.88 1997/10/29 05:01:10 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -19,7 +19,7 @@ ALARM_UPDATES_TIME = # -DALARM_UPDATES_TIME=1
 
 DEFINES         = $(HOST_OPT) $(AUTH_OPT) $(LOG_HDRS_OPT) \
                   $(ICMP_OPT) $(DELAY_HACK) $(USERAGENT_OPT) \
-                  $(KILL_PARENT_OPT) $(USE_POLL_OPT) \ 
+                  $(KILL_PARENT_OPT) $(USE_POLL_OPT) \
                   $(USE_SPLAY_TREE) $(USE_BIN_TREE) \
                  $(ALARM_UPDATES_TIME)