From cff3b98e7f096805b888fd51f7d785d21477526e Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 19 Jan 2001 14:14:18 +0000 Subject: [PATCH] Do not show subdir walking commands --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6e134aa..fa64e66 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,7 +58,7 @@ acl_scan.c: acl_scan.l acl_scan.h acl.c: acl_scan.c $(LIBS): - subdir=`echo $@ | sed -e 's@/.*@@'`; \ + @subdir=`echo $@ | sed -e 's@/.*@@'`; \ echo "===> $$subdir"; \ cd $$subdir && $(MAKE) $(FLAGS_TO_PASS); \ echo "<=== $$subdir"