Check-in Number:
|
319 | |
Date: |
2001-Jan-19 15:14:18 (local)
2001-Jan-19 14:14:18 (UTC) |
User: | rse |
Branch: | |
Comment: |
Do not show subdir walking commands |
Tickets: |
|
Inspections: |
|
Files: |
|
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"
|
|