25-akpm/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN Makefile~old-module-tools-warning-fix Makefile --- 25/Makefile~old-module-tools-warning-fix Fri Aug 29 09:31:46 2003 +++ 25-akpm/Makefile Fri Aug 29 10:01:20 2003 @@ -607,9 +607,9 @@ modules_install: _modinst_ _modinst_post .PHONY: _modinst_ _modinst_: @if [ -z "`$(DEPMOD) -V | grep module-init-tools`" ]; then \ - echo "Install a current version of module-init-tools"; \ + echo "Warning: you may need to install module-init-tools"; \ echo "See http://www.codemonkey.org.uk/post-halloween-2.5.txt";\ - /bin/false; \ + sleep 1; \ fi @rm -rf $(MODLIB)/kernel @rm -f $(MODLIB)/build _