aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38384f898d61..5185c917077b 100644
--- a/Makefile
+++ b/Makefile
@@ -886,7 +886,7 @@ modules_install: _modinst_ _modinst_post
886 886
887.PHONY: _modinst_ 887.PHONY: _modinst_
888_modinst_: 888_modinst_:
889 @if [ -z "`$(DEPMOD) -V | grep module-init-tools`" ]; then \ 889 @if [ -z "`$(DEPMOD) -V 2>/dev/null | grep module-init-tools`" ]; then \
890 echo "Warning: you may need to install module-init-tools"; \ 890 echo "Warning: you may need to install module-init-tools"; \
891 echo "See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt";\ 891 echo "See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt";\
892 sleep 1; \ 892 sleep 1; \