dont output anything when running in silent mode
diff --git a/Makefile b/Makefile
index 33954db..aea8962 100644
--- a/Makefile
+++ b/Makefile
@@ -163,9 +163,9 @@
cat $(top_srcdir)/docs/busybox_footer.pod ) > docs/busybox.pod
docs/BusyBox.txt: docs/busybox.pod
- @echo
- @echo BusyBox Documentation
- @echo
+ $(SECHO)
+ $(SECHO) BusyBox Documentation
+ $(SECHO)
-mkdir -p docs
-pod2text $< > $@
@@ -220,9 +220,9 @@
echo "#endif" >> $@
finished2:
- @echo
- @echo Finished installing...
- @echo
+ $(SECHO)
+ $(SECHO) Finished installing...
+ $(SECHO)
else # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)