- This exta backslash caused problems on old make's
# 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@
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) ../$@"