Do not show subdir walking commands

This commit is contained in:
Ralf S. Engelschall 2001-01-19 14:14:18 +00:00
parent dfa298ce19
commit cff3b98e7f

View File

@ -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"