summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2004-01-22 16:23:29 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-22 16:23:29 -0800
commita08f4f75a446b8a664a70cebb0fdc2bf3e66a232 (patch)
tree88a41d40d333ac07a610a4d9480ced146efa318b /Makefile
parent345c87392ce5221d93a9a5a9cc58806c014a8e79 (diff)
[PATCH] Update post-halloween doc url.
I did a s/2.5/2.6/ a while ago, as it made more sense when 2.6 appeared. The old URL will continue to work (symlink to the new file). If I move this again, whack me.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f371a6c9f0fa..d53c60e2c9b8 100644
--- a/Makefile
+++ b/Makefile
@@ -690,7 +690,7 @@ modules_install: _modinst_ _modinst_post
_modinst_:
@if [ -z "`$(DEPMOD) -V | grep module-init-tools`" ]; then \
echo "Warning: you may need to install module-init-tools"; \
- echo "See http://www.codemonkey.org.uk/post-halloween-2.5.txt";\
+ echo "See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt";\
sleep 1; \
fi
@rm -rf $(MODLIB)/kernel