From f923d7be34b38ec58e15c3185f0f2948c7dcd19c Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 6 Oct 2000 06:26:42 +0000 Subject: [PATCH] DW: - This exta backslash caused problems on old make's --- src/fs/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs/Makefile.in b/src/fs/Makefile.in index eda6009c62..56fbc99f6d 100644 --- a/src/fs/Makefile.in +++ b/src/fs/Makefile.in @@ -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) ../$@" -- 2.47.2