1. Get rid of useless documentation (the directions are already in INSTALL).
2. Tell people to read INSTALL instead.
diff --git a/Makefile b/Makefile
index 6697a9f..b215b79 100644
--- a/Makefile
+++ b/Makefile
@@ -186,7 +186,8 @@
 ## Help
 .PHONY: help
 help:
-	@cat "$(top_srcdir)/README.mk-user"; exit 1
+	@echo "Please read the Configuration section in $(top_srcdir)/INSTALL"
+	@exit 1
 
 ## Menuconfig
 menuconfig: