]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Fri, 6 Oct 2000 06:26:42 +0000 (06:26 +0000)
committerwessels <>
Fri, 6 Oct 2000 06:26:42 +0000 (06:26 +0000)
 - This exta backslash caused problems on old make's

src/fs/Makefile.in

index eda6009c62abeb18ce0fc365201a03d99d8b32ab..56fbc99f6d4c37ffac519b64be797c8783ee7001 100644 (file)
@@ -1,6 +1,6 @@
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.2 2000/08/19 14:23:19 hno Exp $
+#  $Id: Makefile.in,v 1.3 2000/10/06 00:26:42 wessels Exp $
 #
 
 SUBDIRS                = @STORE_MODULES@
@@ -9,7 +9,7 @@ OUTLIBS         = @STORE_LIBS@
 all:
        @test -z "$(SUBDIRS)" || for dir in $(SUBDIRS); do \
           sh -c "cd $$dir && $(MAKE) $(MFLAGS) all" || exit 1; \
-       done; \
+       done
 
 $(OUTLIBS):
        @sh -c "cd `basename $@ .a` && $(MAKE) $(MFLAGS) ../$@"