ossp-pkg/petidomo/Makefile.in 1.31 -> 1.32
--- Makefile.in 2001/01/19 12:50:55 1.31
+++ Makefile.in 2001/01/19 14:14:18 1.32
@@ -58,7 +58,7 @@
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"
|
|